mirror of
https://github.com/supabase/supabase.git
synced 2026-06-21 22:12:50 +08:00
chore(studio}: enforce import order, remove bare import specifiers (#44585)
This commit is contained in:
@@ -1,15 +1,15 @@
|
||||
import { LOGS_TABLES } from 'components/interfaces/Settings/Logs/Logs.constants'
|
||||
import type { LogData } from 'components/interfaces/Settings/Logs/Logs.types'
|
||||
import {
|
||||
genDefaultQuery,
|
||||
isUnixMicro,
|
||||
unixMicroToIsoTimestamp,
|
||||
} from 'components/interfaces/Settings/Logs/Logs.utils'
|
||||
import type { AlertErrorProps } from 'components/ui/AlertError'
|
||||
import dayjs from 'dayjs'
|
||||
import relativeTime from 'dayjs/plugin/relativeTime'
|
||||
|
||||
import { parseEdgeFunctionEventMessage } from '../EdgeFunctionRecentInvocations.utils'
|
||||
import { LOGS_TABLES } from '@/components/interfaces/Settings/Logs/Logs.constants'
|
||||
import type { LogData } from '@/components/interfaces/Settings/Logs/Logs.types'
|
||||
import {
|
||||
genDefaultQuery,
|
||||
isUnixMicro,
|
||||
unixMicroToIsoTimestamp,
|
||||
} from '@/components/interfaces/Settings/Logs/Logs.utils'
|
||||
import type { AlertErrorProps } from '@/components/ui/AlertError'
|
||||
|
||||
dayjs.extend(relativeTime)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user