Commit a8e85ee2 authored by d.arizona's avatar d.arizona

apdet

parent 06f2c78b
...@@ -3,11 +3,11 @@ import Beranda from '../container/Beranda' ...@@ -3,11 +3,11 @@ import Beranda from '../container/Beranda'
const routes = [ const routes = [
{ {
path: "/beranda", path: "/home/beranda",
main: Beranda main: Beranda
}, },
{ {
path: "/screen404", path: "/home/screen404",
main: screen404 main: screen404
}, },
]; ];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment