Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
romw314 authored Dec 1, 2023
1 parent 4c07564 commit 57bfa2e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/index.js
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
import React from 'react';
import ReactDOM from 'react-dom/client';
import './index.css';
import App, { setupData, ThemedApp } from './App';
import { ThemedApp } from './App';
import Home, { HomePage, ThemesPage } from './Home';
import { Theme } from './Theme';
import { DebugRunProvider, getLg, setLg } from './DebugRunContext';
import { DebugRunProvider, setLg } from './DebugRunContext';
import ErrorHandler from './ErrorHandler';
import './debug';
import reportWebVitals from './reportWebVitals';
import { BrowserRouter, Routes, Route, useSearchParams } from 'react-router-dom';
import { BrowserRouter, Routes, Route } from 'react-router-dom';

if (!process.env.NODE_ENV || process.env.NODE_ENV === 'development') {
console.log(`Welcome to Chess No. 25 debugger console!
Expand Down

0 comments on commit 57bfa2e

Please sign in to comment.