mirror of
https://github.com/Radiquum/YAMPD.git
synced 2025-05-20 15:49:34 +05:00
5 lines
65 B
TypeScript
5 lines
65 B
TypeScript
"use client";
|
|
|
|
export default function Home() {
|
|
return <></>
|
|
}
|