sort imports (#6094)
Signed-off-by: Jess Frazelle <github@jessfraz.com>
This commit is contained in:
@ -1,8 +1,10 @@
|
||||
import { ASK_TO_OPEN_QUERY_PARAM, CREATE_FILE_URL_PARAM } from './constants'
|
||||
import { stringToBase64 } from './base64'
|
||||
import { VITE_KC_API_BASE_URL, VITE_KC_SITE_APP_URL } from 'env'
|
||||
import toast from 'react-hot-toast'
|
||||
|
||||
import { stringToBase64 } from './base64'
|
||||
import { ASK_TO_OPEN_QUERY_PARAM, CREATE_FILE_URL_PARAM } from './constants'
|
||||
import { err } from './trap'
|
||||
|
||||
export interface FileLinkParams {
|
||||
code: string
|
||||
name: string
|
||||
|
Reference in New Issue
Block a user