feat: 优化开奖结果查询与下注弹窗视觉交互,新增中奖查询页
This commit is contained in:
5
src/app/(player)/(main)/results/check/page.tsx
Normal file
5
src/app/(player)/(main)/results/check/page.tsx
Normal file
@@ -0,0 +1,5 @@
|
||||
import { CheckWinningScreen } from "@/features/results/check-winning-screen";
|
||||
|
||||
export default function CheckWinningPage() {
|
||||
return <CheckWinningScreen />;
|
||||
}
|
||||
@@ -2,7 +2,7 @@ import type { Metadata } from "next";
|
||||
import { Geist, Geist_Mono } from "next/font/google";
|
||||
|
||||
import { Providers } from "@/components/providers";
|
||||
import { DEFAULT_LANGUAGE } from "@/i18n";
|
||||
import { DEFAULT_LANGUAGE } from "@/i18n/language";
|
||||
import "./globals.css";
|
||||
|
||||
const geistSans = Geist({
|
||||
|
||||
Reference in New Issue
Block a user