Skip to content

Commit ac01851

Browse files
committed
chore: add categories page
1 parent 75e107c commit ac01851

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
import React from 'react';
2+
3+
const Page = () => {
4+
return <div>Categories</div>;
5+
};
6+
7+
export default Page;

src/app/[locale]/(main)/promotion-center/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import Header from './components/Header';
33
import { Sleep } from '@/services/common';
44

55
const page = async () => {
6-
await Sleep(115000);
6+
await Sleep(200);
77
return (
88
<>
99
<Header />

0 commit comments

Comments
 (0)