mirror of
https://github.com/OpenCut-app/OpenCut.git
synced 2026-07-13 21:52:53 +02:00
feat: add hello world to home page
This commit is contained in:
@@ -3,5 +3,9 @@ import { createFileRoute } from '@tanstack/react-router'
|
|||||||
export const Route = createFileRoute('/')({ component: Home })
|
export const Route = createFileRoute('/')({ component: Home })
|
||||||
|
|
||||||
function Home() {
|
function Home() {
|
||||||
return null
|
return (
|
||||||
|
<div>
|
||||||
|
<p>hello world!</p>
|
||||||
|
</div>
|
||||||
|
)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user