mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-20 13:32:00 +00:00
fix: remove unnecessary code
This commit is contained in:
@@ -8,6 +8,4 @@ const Closing = () => {
|
||||
);
|
||||
};
|
||||
|
||||
export const dynamic = 'force-static';
|
||||
|
||||
export default Closing;
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
'use client';
|
||||
|
||||
import ExpensesTable from '@/components/pages/expense/ExpensesTable';
|
||||
|
||||
const Expense = () => {
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user