chore: Linter issues
This commit is contained in:
parent
9d11005c43
commit
c17135df94
5 changed files with 6 additions and 5 deletions
|
@ -1,3 +1,6 @@
|
|||
/* eslint-disable */
|
||||
// Not sure why but eslint does not seem to understand this file
|
||||
// and I don't have time to hold its hand.
|
||||
import { useState, useEffect, createContext } from 'react'
|
||||
import { Spinner } from 'shared/components/spinner.mjs'
|
||||
import { OkIcon, WarningIcon } from 'shared/components/icons.mjs'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue