Skip to content

Commit 476863f

Browse files
committed
fix: removed unnecessary testing route
1 parent d97972e commit 476863f

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/routes/index.jsx

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,8 @@ import Gallery from "@/pages/Gallery/Gallery";
55
import Contact from "@/pages/Contact";
66
import PageNotFound from "../pages/PageNotFound";
77
import Loader from "@/components/Loader";
8-
import WebsiteTeam from "../components/WebsiteTeam";
98

109
const routes = [
11-
{
12-
label: "Website Team",
13-
path: "/website-team",
14-
requireAuth: false,
15-
render: <WebsiteTeam />,
16-
},
1710
{
1811
label: "Loader",
1912
path: "/loader",

0 commit comments

Comments
 (0)