fix redirect
This commit is contained in:
parent
dbf0b5d670
commit
ff6ed19606
7 changed files with 76 additions and 45 deletions
8
src/app/stats/page.tsx
Normal file
8
src/app/stats/page.tsx
Normal file
|
@ -0,0 +1,8 @@
|
|||
|
||||
export default function StatsPage() {
|
||||
return (
|
||||
<div>
|
||||
<h1>Stats</h1>
|
||||
</div>
|
||||
);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue