Skip to content

Commit

Permalink
fix(*): remove cdn
Browse files Browse the repository at this point in the history
  • Loading branch information
HoseaCodes committed May 4, 2024
1 parent 42d8586 commit e0f43f8
Showing 1 changed file with 0 additions and 87 deletions.
87 changes: 0 additions & 87 deletions src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -446,93 +446,6 @@ const App = () => {
</Switch>
</BrowserRouter>
);
{
/* <DataProvider> */
}
{
/* <AnimatePresence exitBeforeEnter> */
}
{
/* <NavBar/> */
}
// <Route exact path="/" render={() => (<Home/>)}/>
// <Route path="/about" exact render={() => ( <About/>)}/>
// <Route path="/tools" exact render={() => ( <Tools/>)}/>
// <Route path="/onlinegaming" exact render={() => ( <Games/>)}/>
// <Route path="/shop" exact render={() => (<Shop/>)}/>
// <Route path="/gamecorner" exact render={() => (<GameHome
// handleHover={handleHover}
// hoverState={hoverState}
// shownGames={shownGames}
// handleLike={handleLike}
// handleHoverGame={handleHoverGame}
// handleSelectGame={handleSelectGame}
// setHoverState={setHoverState}
// overlap={overlap}
// setExtended={setExtended}
// setOverlap={setOverlap}
// openGamePage={openGamePage}
// />)}/>
// <Route path="/gamecorner/game/:id" exact render={() => (<Game
// handleHover={handleHover}
// hoverState={hoverState}
// shownGames={shownGames}
// handleLike={handleLike}
// handleHoverGame={handleHoverGame}
// handleSelectGame={handleSelectGame}
// setHoverState={setHoverState}
// overlap={overlap}
// setOverlap={setOverlap}
// openGamePage={openGamePage}
// setExtended={setExtended}
// />)}/>
// <Route path="/gamecorner/browser" exact render={() => (<Browser
// handleHover={handleHover}
// hoverState={hoverState}
// shownGames={shownGames}
// allGames={allGames}
// currentFilter={currentFilter}
// clearFilter={clearFilter}
// setShownGames={setShownGames}
// setReviewDisplay={setReviewDisplay}
// handleLike={handleLike}
// handleHome={handleHome}
// handleSelect={handleSelect}
// handleHoverGame={handleHoverGame}
// handleSelectGame={handleSelectGame}
// setHoverState={setHoverState}
// overlap={overlap}
// setOverlap={setOverlap}
// setExtended={setExtended}
// openGamePage={openGamePage}
// />)}/>
// <Route path="/profile" exact component={Profile}/>
// <Route path="/edit" exact component={Editprofile}/>
// <Route path="/project" exact component={Projects}/>
// <Route path="/project/:id" exact component={ProjectItem}/>
// <Route path="/login" exact component={Login} />
// <Route path="/register" exact component={Register} />
// <Route path="/blog" exact component={Articles} />
// <Route path="/blog/:id" exact component={ArticleItem} />
// <Route path="/blog/new" exact component={CreateArticle} />
// <Route path="/blog/edit" exact component={CreateArticle} />
// <Route path="/contact" exact component={Contact} />
{
/* <Footer/> */
}
{
/* </AnimatePresence> */
}
{
/* </DataProvider> */
}
{
/* <Route path="*" component={Error} /> */
}
// </Switch>
// </BrowserRouter>
// );
// }
};

export default Sentry.withProfiler(App);

0 comments on commit e0f43f8

Please sign in to comment.