Skip to content

Commit 3415f01

Browse files
rafavallsclaude
andcommitted
fix: sort imports in file-explorer to pass biome CI check
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 1e95dea commit 3415f01

2 files changed

Lines changed: 5 additions & 178 deletions

File tree

docs/superpowers/specs/2026-05-04-releases-ux-design.md

Lines changed: 0 additions & 173 deletions
This file was deleted.

web/tools/file-explorer/index.tsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -124,16 +124,16 @@ import {
124124
EmptyTitle,
125125
} from "@/components/ui/empty.tsx";
126126
import { Input } from "@/components/ui/input.tsx";
127-
import {
128-
ResizableHandle,
129-
ResizablePanel,
130-
ResizablePanelGroup,
131-
} from "@/components/ui/resizable.tsx";
132127
import {
133128
Popover,
134129
PopoverContent,
135130
PopoverTrigger,
136131
} from "@/components/ui/popover.tsx";
132+
import {
133+
ResizableHandle,
134+
ResizablePanel,
135+
ResizablePanelGroup,
136+
} from "@/components/ui/resizable.tsx";
137137

138138
import { ScrollArea } from "@/components/ui/scroll-area.tsx";
139139
import {

0 commit comments

Comments
 (0)