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

apdet

parent 06f2c78b
......@@ -3,11 +3,11 @@ import Beranda from '../container/Beranda'
const routes = [
{
path: "/beranda",
path: "/home/beranda",
main: Beranda
},
{
path: "/screen404",
path: "/home/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