Newer
Older
taehui / qwilight-fe / src / app / [language] / hall / loading.tsx
@Taehui Taehui on 6 Apr 126 bytes 2024-04-07 오전 8:25
import DefaultLoading from "@/components/DefaultLoading";

export default function Loading() {
  return <DefaultLoading />;
}