-
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
a7ddfc9
commit ba07a12
Showing
8 changed files
with
22 additions
and
22 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions
6
...ce/src/components/Forms/PostCreateForm.js → ...ts/Posts/PostCreateForm/PostCreateForm.js
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
8 changes: 4 additions & 4 deletions
8
...lace/src/components/Forms/PostEditForm.js → ...onents/Posts/PostEditForm/PostEditForm.js
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,13 +1,13 @@ | ||
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 PostCreate } from "./Posts/PostCreateForm/PostCreateForm"; | ||
export { default as PostEdit } from "./Posts/PostEditForm/PostEditForm"; | ||
export { default as SignIn } from "./Auth/SignIn"; | ||
export { default as SignUp } from "./Auth/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 PostDetails } from "./Posts/PostDetails/PostDetails"; | ||
export { default as PostItem } from "./Posts/PostItem/PostItem"; | ||
export { default as Posts } from "./Posts/Posts"; | ||
export { default as Profile } from "./Profile/Profile"; | ||
export { default as ProtectedRoute } from "./ProtectedRoute/ProtectedRoute"; |