We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6963f5a commit 0059ccbCopy full SHA for 0059ccb
next/src/app/domain/page.tsx
@@ -1,3 +1,4 @@
1
+import DomainContainer from "@/components/domainContainer";
2
3
export default function Domain(){
4
return (
@@ -6,7 +7,7 @@ export default function Domain(){
6
7
<div className="px-4 sm:px-6 lg:px-8">
8
<h1>Domain</h1>
9
- <p className="mt-4 text-lg">Coming soon...</p>
10
+ <DomainContainer/>
11
</div>
12
13
0 commit comments