Landing page.
This commit is contained in:
parent
80539fd199
commit
6ef9843835
16 changed files with 1405 additions and 57 deletions
|
|
@ -1,5 +1,5 @@
|
|||
import { useState, useCallback, useRef, useEffect } from 'react'
|
||||
import { ApiError } from '~/types/task'
|
||||
import type { ApiError } from '~/types/task'
|
||||
|
||||
interface UseApiState<T> {
|
||||
data: T | null
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue