Skip to content

Instantly share code, notes, and snippets.

@techomoro
Last active November 16, 2021 02:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save techomoro/ccc923f0bca1b7840ae36a70bc29076e to your computer and use it in GitHub Desktop.
Save techomoro/ccc923f0bca1b7840ae36a70bc29076e to your computer and use it in GitHub Desktop.
export { default as Navigation } from "./Navigation";
export { default as Footer } from "./Footer";
export { default as Home } from "./Home";
export { default as About } from "./About";
export { default as Contact } from "./Contact";
export { default as Blog } from "./blog/Blog";
export { default as Posts } from "./blog/Posts";
export { default as Post } from "./blog/Post";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment