We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75e107c commit ac01851Copy full SHA for ac01851
src/app/[locale]/(main)/categories/page.tsx
@@ -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
@@ -3,7 +3,7 @@ import Header from './components/Header';
import { Sleep } from '@/services/common';
const page = async () => {
- await Sleep(115000);
+ await Sleep(200);
return (
8
<>
9
<Header />
0 commit comments