mirror of
https://github.com/linsa-io/linsa.git
synced 2026-03-28 03:51:17 +01:00
6 lines
69 B
TypeScript
6 lines
69 B
TypeScript
"use client"
|
|
|
|
export default function Home() {
|
|
return <div></div>
|
|
}
|