mirror of
https://github.com/Mastermindzh/react-starter-kit.git
synced 2025-10-21 04:45:50 +02:00
Moved config to infrastructure :)
This commit is contained in:
@@ -2,7 +2,7 @@ import { DateTime } from "luxon";
|
||||
import { FunctionComponent } from "react";
|
||||
import { Trans, useTranslation } from "react-i18next";
|
||||
import { Link } from "react-router-dom";
|
||||
import { Config } from "../../config";
|
||||
import { Config } from "../config";
|
||||
import "./Navbar.css";
|
||||
type Props = {};
|
||||
|
||||
|
Reference in New Issue
Block a user