standardized formatting

This commit is contained in:
2025-03-20 11:35:59 -05:00
parent ef092a0be6
commit c474cba4a6
6 changed files with 11 additions and 12 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
import React, { ReactNode } from 'react';
import Head from 'next/head';
import Header from './Header';
import React, { ReactNode } from 'react';
import Footer from './Footer';
import Header from './Header';
interface LayoutProps {
children: ReactNode;