mirror of
https://github.com/mgeeky/decode-spam-headers.git
synced 2026-02-22 05:23:31 +01:00
4 lines
103 B
TypeScript
4 lines
103 B
TypeScript
export default function Home() {
|
|
return <main className="min-h-screen bg-background text-text" />;
|
|
}
|