This repository has been archived by the owner on Apr 17, 2024. It is now read-only.
forked from helix-bridge/helix-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
77b4295
commit 97a06f5
Showing
3 changed files
with
0 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,7 @@ | ||
import { Metadata } from "next"; | ||
import dynamic from "next/dynamic"; | ||
|
||
const PageSelect = dynamic(() => import("@/components/page-select"), { ssr: false }); | ||
|
||
export const metadata: Metadata = { | ||
title: "Darwinia xToken - Helix Bridge", | ||
description: "Darwinia xToken cross-chain powered by Helix Bridge.", | ||
}; | ||
|
||
export default function Home() { | ||
return <PageSelect />; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters