mirror of
https://github.com/linsa-io/linsa.git
synced 2026-04-10 18:57:02 +02:00
6 lines
69 B
TypeScript
6 lines
69 B
TypeScript
"use client"
|
|
|
|
export default function Home() {
|
|
return <div></div>
|
|
}
|