init globals
css file
This commit is contained in:
parent
eecebbccac
commit
4ccb6d4f3d
3
src/globals.css
Normal file
3
src/globals.css
Normal file
@ -0,0 +1,3 @@
|
||||
.refine-list-button {
|
||||
display: none !important;
|
||||
}
|
@ -2,6 +2,7 @@ import React from 'react'
|
||||
import {createRoot} from 'react-dom/client'
|
||||
|
||||
import App from './App'
|
||||
import './globals.css'
|
||||
|
||||
const container = document.getElementById('root') as HTMLElement
|
||||
const root = createRoot(container)
|
||||
|
Loading…
Reference in New Issue
Block a user