Update dependencies
This commit is contained in:
parent
48aa89f7cf
commit
7ad25e8a95
49 changed files with 2116 additions and 1699 deletions
|
|
@ -2,6 +2,8 @@ import { ReactNode } from "react";
|
|||
import "app/_styles/global.css";
|
||||
import { InternalLayout } from "../_components/InternalLayout";
|
||||
|
||||
export const dynamic = "force-dynamic";
|
||||
|
||||
type LayoutProps = {
|
||||
children: ReactNode;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue