feat(pages): add /application/[guildId]/[channelId] (#4)

This commit is contained in:
Divlo
2022-01-01 20:42:25 +01:00
committed by GitHub
parent 91e246b759
commit fdc2a2d1de
118 changed files with 6040 additions and 2094 deletions

View File

@ -11,11 +11,11 @@ import { Button } from '../design/Button'
import { FormState } from '../design/FormState'
import { AuthenticationForm } from './'
import { userSchema } from '../../models/User'
import { api } from 'utils/api'
import { api } from 'tools/api'
import {
Tokens,
Authentication as AuthenticationClass
} from '../../utils/authentication'
} from '../../tools/authentication'
import { useForm, HandleSubmitCallback } from '../../hooks/useForm'
export interface AuthenticationProps {