1
0
Fork 0

chore: Linter issues

This commit is contained in:
joostdecock 2023-09-04 12:26:34 +02:00
parent 9d11005c43
commit c17135df94
5 changed files with 6 additions and 5 deletions

View file

@ -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'