Skip to content

Commit

Permalink
#11 problem of delivering the dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
jianmingtu committed Apr 14, 2021
1 parent 865432e commit 76631e1
Show file tree
Hide file tree
Showing 6 changed files with 2,540 additions and 368 deletions.
61 changes: 21 additions & 40 deletions client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion client/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ import Main from "./components/main/Main";
import Navbar from "./components/navbar/Navbar";
import Sidebar from "./components/sidebar/Sidebar";

import Posts from "./components/posts/Post"

import LoginPage from "./layouts/LoginPage";
import SignOutPage from "./layouts/SignOutPage"
import NewPostPage from "./layouts/NewPostPage"
import Posts from "./layouts/PostsPage"


import * as token from './token'
Expand Down
165 changes: 0 additions & 165 deletions client/src/components/posts/Post.js

This file was deleted.

Loading

0 comments on commit 76631e1

Please sign in to comment.