generated from lucien/actix-react-template
add style inline for the button component and theme colors
This commit is contained in:
parent
f3dc0e99f8
commit
5c4ac78dee
3 changed files with 31 additions and 2 deletions
|
@ -2,7 +2,7 @@ import { BrowserRouter, Route, Routes } from "react-router";
|
|||
import { createRoot } from 'react-dom/client'
|
||||
import MainPage from "./pages/MainPage.tsx";
|
||||
import GamePage from "./pages/GamePage.tsx";
|
||||
|
||||
import './index.css'
|
||||
|
||||
createRoot(document.getElementById('root')!).render(
|
||||
<BrowserRouter>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue