initial commit
This commit is contained in:
commit
8a67761c9a
83 changed files with 15510 additions and 0 deletions
9
app/page.tsx
Normal file
9
app/page.tsx
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
import { DNSManager } from '@/components/dns-manager';
|
||||
|
||||
export default function Home() {
|
||||
return (
|
||||
<main className="min-h-screen bg-background">
|
||||
<DNSManager />
|
||||
</main>
|
||||
);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue