mirror of
https://github.com/Shadowfita/docmost.git
synced 2025-11-15 17:21:04 +10:00
7 lines
127 B
TypeScript
7 lines
127 B
TypeScript
'use client'
|
|
import { Welcome } from '@/components/welcome/welcome';
|
|
|
|
export default function Home() {
|
|
return <Welcome />;
|
|
}
|