mirror of
https://github.com/supabase/supabase.git
synced 2026-05-31 18:03:33 +08:00
style: require sorted imports in studio/components (#44408)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Ivan Vasilov <vasilov.ivan@gmail.com>
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
import { ChartConfig } from 'components/interfaces/SQLEditor/UtilityPanel/ChartConfig'
|
||||
import { BarChart2, Settings2, Table } from 'lucide-react'
|
||||
import {
|
||||
Checkbox_Shadcn_,
|
||||
@@ -16,6 +15,7 @@ import {
|
||||
} from 'ui'
|
||||
|
||||
import { ButtonTooltip } from '../ButtonTooltip'
|
||||
import { ChartConfig } from '@/components/interfaces/SQLEditor/UtilityPanel/ChartConfig'
|
||||
|
||||
interface BlockViewConfigurationProps {
|
||||
columns: string[]
|
||||
|
||||
Reference in New Issue
Block a user