fix: remove unnecessary code

This commit is contained in:
ValdiANS
2025-12-10 18:50:58 +07:00
parent f939f4b0fb
commit 37f59f9470
3 changed files with 0 additions and 8 deletions
-2
View File
@@ -8,6 +8,4 @@ const Closing = () => {
);
};
export const dynamic = 'force-static';
export default Closing;
-2
View File
@@ -1,5 +1,3 @@
'use client';
import ExpensesTable from '@/components/pages/expense/ExpensesTable';
const Expense = () => {
-4
View File
@@ -1,5 +1,3 @@
'use client';
import MarketingTable from '@/components/pages/marketing/MarketingTable';
const Marketing = () => {
@@ -10,6 +8,4 @@ const Marketing = () => {
);
};
export const dynamic = 'force-static';
export default Marketing;