initial launch

This commit is contained in:
2025-02-23 19:35:44 -06:00
parent ce334cb7fd
commit 12101ce409
18 changed files with 159 additions and 247 deletions

View File

@@ -1,7 +1,6 @@
import { Route, Routes } from 'react-router-dom';
import Projects from './components/projects/Projects';
import SiteNav from './components/siteNav/SiteNav';
import { useAppContext } from './hooks/appContext/UseAppContext';
import { IPublicClientApplication } from '@azure/msal-browser';
import { MsalProvider } from '@azure/msal-react';
@@ -10,8 +9,6 @@ interface AppProps {
}
const App = ({ pca }: AppProps) => {
const appContext = useAppContext();
return (
<MsalProvider instance={pca}>
<SiteNav />