add 404 page. fixes #19

This commit is contained in:
Surjith S M
2023-04-12 20:28:57 +05:30
parent 45eb2649cf
commit 90c348d20b
2 changed files with 21 additions and 1 deletions

View File

@@ -9,9 +9,10 @@ const menuitems = [
title: "Features",
path: "#",
children: [
{ title: "Action", path: "#" },
{ title: "Action", path: "/" },
{ title: "Another action", path: "#" },
{ title: "Dropdown Submenu", path: "#" },
{ title: "404 Page", path: "/404" },
],
},
{