Revert "run linter"

This reverts commit 1512b5cf68.
This commit is contained in:
Samuel Newman 2024-03-13 01:55:14 +00:00
parent 1512b5cf68
commit 125ef1c756
465 changed files with 3711 additions and 4133 deletions

View file

@ -1,4 +1,4 @@
import {useCallback, useEffect, useRef, useState} from 'react'
import {useState, useRef, useEffect, useCallback} from 'react'
type Task<TServerState> = {
isOn: boolean