mirror of
https://github.com/Xevion/xevion.dev.git
synced 2025-12-10 08:09:17 -06:00
Add contact/projects page shells
This commit is contained in:
@@ -11,7 +11,7 @@ const navigation = [
|
||||
]
|
||||
|
||||
type WrapperProps = {
|
||||
children: ReactNode | ReactNode[];
|
||||
children?: ReactNode | ReactNode[] | null;
|
||||
};
|
||||
|
||||
const AppWrapper: FunctionComponent<WrapperProps> = ({children}: WrapperProps) => {
|
||||
|
||||
Reference in New Issue
Block a user