Some checks failed
Gitea Auto Deploy / Deploy-Container (push) Failing after 52s
12 lines
199 B
TypeScript
12 lines
199 B
TypeScript
"use client";
|
|
|
|
import RelicsInfo from "@/components/relicsInfo";
|
|
|
|
export default function RelicsInfoPage() {
|
|
return (
|
|
<div className="w-full">
|
|
<RelicsInfo></RelicsInfo>
|
|
</div>
|
|
);
|
|
}
|