updated widgets
This commit is contained in:
13
src/app/test/page.tsx
Normal file
13
src/app/test/page.tsx
Normal file
@@ -0,0 +1,13 @@
|
||||
// app/page.tsx
|
||||
|
||||
import Areas from "@/components/WP/Areas/Areas";
|
||||
|
||||
export const revalidate = 10;
|
||||
|
||||
export default async function TestPage() {
|
||||
return (
|
||||
<div className="w-full flex flex-col items-center">
|
||||
<Areas />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user