add scss and remove styled component

This commit is contained in:
2024-06-05 04:48:43 +00:00
parent 423e43cee0
commit 4b06fbed96
14 changed files with 133 additions and 135 deletions

View File

@ -3,9 +3,8 @@ import { Route, Router } from '@solidjs/router'
import { For, lazy } from 'solid-js'
import { render } from 'solid-js/web'
import App from './App'
import './index.css'
import './index.scss'
import { ROUTES } from './routes'
import './styles/fuware.scss'
const root = document.getElementById('root')