diff --git a/com-dict-client/.gitignore b/com-dict-client/.gitignore index b97f210..11de911 100644 --- a/com-dict-client/.gitignore +++ b/com-dict-client/.gitignore @@ -23,3 +23,6 @@ package-lock.json npm-debug.log* yarn-debug.log* yarn-error.log* + +firestore.indexes.json +firestore.rules \ No newline at end of file diff --git a/com-dict-client/src/components/Header/index.js b/com-dict-client/src/components/Header/index.js index a4824f0..e3da67f 100644 --- a/com-dict-client/src/components/Header/index.js +++ b/com-dict-client/src/components/Header/index.js @@ -20,6 +20,7 @@ function TitleBar() { console.log(user); const location = useLocation(); console.log(location.pathname); + const {Title} = Typography; return (