forked from seth/ipv4.army
linting
This commit is contained in:
parent
9abec28ab8
commit
bd4bb12239
4 changed files with 24 additions and 18 deletions
|
@ -17,7 +17,7 @@ export default () => {
|
|||
<span class="navbar-text">
|
||||
IPv4 dot Army
|
||||
</span>
|
||||
<div class="d-flex hstack gap-2" role="search">
|
||||
<div class="d-flex hstack gap-2">
|
||||
<button type="button" class="btn btn-outline-success btn-sm"><Minus size={20} /></button>
|
||||
<button type="button" class="btn btn-outline-warning btn-sm"><Minimize size={20} /></button>
|
||||
<button type="button" class="btn btn-outline-danger btn-sm" onClick={close}><X size={20} /></button>
|
||||
|
|
|
@ -3,4 +3,4 @@ import './index.css'
|
|||
import 'halfmoon/css/halfmoon.min.css';
|
||||
import App from './components/app.tsx'
|
||||
|
||||
render(<App />, document.getElementById('app')!)
|
||||
render(<App />, document.getElementById('app') as HTMLElement || document.body)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue