Skip to content

Commit

Permalink
Fix the layout bug
Browse files Browse the repository at this point in the history
  • Loading branch information
josephspurrier committed Mar 30, 2020
1 parent c3f242d commit f5bd4b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/api/static/app/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import LoginPage from "./page/Login";
import RegisterPage from "./page/Register";
import IndexPage from "./page/Index";
import NotepadPage from "./page/Notepad";
import LayoutMain from "./layout/Main";
import LayoutMain from "./page/layout/Main";
import Auth from "./module/Auth";

route(document.body, "/", {
Expand Down

0 comments on commit f5bd4b7

Please sign in to comment.