Add contact/projects page shells

This commit is contained in:
Xevion
2022-12-30 16:13:21 -06:00
parent b253e06e59
commit 5944b84b6f
3 changed files with 19 additions and 1 deletions

View File

@@ -11,7 +11,7 @@ const navigation = [
]
type WrapperProps = {
children: ReactNode | ReactNode[];
children?: ReactNode | ReactNode[] | null;
};
const AppWrapper: FunctionComponent<WrapperProps> = ({children}: WrapperProps) => {