YAMPD/gui/app/page.tsx
2025-05-05 01:33:58 +05:00

5 lines
65 B
TypeScript

"use client";
export default function Home() {
return <></>
}