Skip to content

Commit

Permalink
change cover picture, start on adding blog section
Browse files Browse the repository at this point in the history
  • Loading branch information
nicole-m-martin committed Mar 2, 2022
1 parent 6d4fedd commit 26bccf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import Home from './containers/home';
import ProjectContainer from './containers/projectContainer';
import AboutContainer from './containers/aboutContainer';
import ContactContainer from './containers/contactContainer';
import BlogContainer from './containers/blogContainer';
// import BlogContainer from './containers/blogContainer';
import Footer from './Components/UI/Footer';
import { useTheme } from './darkMode/hooks/useTheme';
import useThemeStore from './darkMode/stores/useThemeStore';
Expand Down

0 comments on commit 26bccf6

Please sign in to comment.