initial launch
This commit is contained in:
@@ -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 />
|
||||
|
||||
Reference in New Issue
Block a user