-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a93a261
commit fc3c446
Showing
9 changed files
with
38 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,13 @@ | ||
export { default as Home } from "./Home/Home"; | ||
export { default as Posts } from "./Posts/Posts"; | ||
export { default as SignUp } from "./Forms/SignUp"; | ||
export { default as SignIn } from "./Forms/SignIn"; | ||
export { default as PostItem } from "./PostItem/PostItem"; | ||
export { default as PostDetails } from "./PostDetails/PostDetails"; | ||
export { default as Comment } from "./Comment/Comment"; | ||
export { default as PostCreate } from "./Forms/PostCreateForm"; | ||
export { default as PostEdit } from "./Forms/PostEditForm"; | ||
export { default as SignIn } from "./Forms/SignIn"; | ||
export { default as SignUp } from "./Forms/SignUp"; | ||
export { default as Home } from "./Home/Home"; | ||
export { default as Like } from "./Like/Like"; | ||
export { default as Navbar } from "./Navbar/Navbar"; | ||
export { default as PostDetails } from "./PostDetails/PostDetails"; | ||
export { default as PostItem } from "./PostItem/PostItem"; | ||
export { default as Posts } from "./Posts/Posts"; | ||
export { default as Profile } from "./Profile/Profile"; | ||
export { default as ProtectedRoute } from "./ProtectedRoute/ProtectedRoute"; |