Skip to content
This repository was archived by the owner on Oct 7, 2025. It is now read-only.

Commit 177c66c

Browse files
committed
feat(ui/portal): create temp index route
1 parent 2a4fc38 commit 177c66c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

apps/portal/app/routes/_index.tsx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
export default function Index() {
2+
return (
3+
<>
4+
HELLO WORLD
5+
</>
6+
)
7+
}

0 commit comments

Comments
 (0)