Skip to content

Commit

Permalink
chore: Biome check apply
Browse files Browse the repository at this point in the history
  • Loading branch information
daavidrgz committed Nov 5, 2024
1 parent 793baf0 commit e7438a8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Book, BookOpen } from "lucide-react";
import ActionButton from "../action-button/action-button";
import { BookOpen } from "lucide-react";
import { type MouseEvent, useCallback } from "react";
import ActionButton from "../action-button/action-button";

interface Props {
className?: string;
Expand Down
2 changes: 1 addition & 1 deletion crates/web/frontend/src/components/footer/footer.tsx
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import { cn } from "@/lib/utils";
import { DocsButton } from "../docs-button/docs-button";
import { LinkEditor } from "../link-editor/link-editor";
import ShortcutPopup from "../shortcut-popup/shortcut-popup";
import StarCount from "../star-count/star-count";
import { WebAssemblyBadge } from "../web-assembly-badge/web-assembly-badge";
import { DocsButton } from "../docs-button/docs-button";

interface FooterProps {
linkEditors: boolean;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { useOnboarding } from "@/hooks/use-onboarding";
import { cn, isMac } from "@/lib/utils";
import type { Data } from "@/model/data";
import type FileType from "@/model/file-type";
import { Album, Book, BookMarked, History, Settings, Share } from "lucide-react";
import { BookMarked, History, Settings, Share } from "lucide-react";
import { type MutableRefObject, useCallback, useEffect, useState } from "react";
import ActionButton from "../action-button/action-button";
import ExamplesTab from "../examples-tab/examples-tab";
Expand Down

0 comments on commit e7438a8

Please sign in to comment.