Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
macjuul committed Oct 25, 2024
1 parent ebf6572 commit d9603de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/screens/database/components/TablesPane/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ import {
iconTable,
} from "~/util/icons";

import { useInputState } from "@mantine/hooks";
import { Badge, Divider, ScrollArea, Stack, Text, TextInput } from "@mantine/core";
import { useInputState } from "@mantine/hooks";
import { type ContextMenuItemOptions, useContextMenu } from "mantine-contextmenu";
import { sort } from "radash";
import { useMemo } from "react";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,12 +90,12 @@ import { useActiveConnection } from "~/hooks/connection";
import { useDatabaseSchema } from "~/hooks/schema";
import { useStable } from "~/hooks/stable";
import { useIsLight } from "~/hooks/theme";
import { useIntent } from "~/hooks/url";
import { useConfigStore } from "~/stores/config";
import { useInterfaceStore } from "~/stores/interface";
import { showInfo } from "~/util/helpers";
import { themeColor } from "~/util/mantine";
import { GraphWarningLine } from "./components";
import { useIntent } from "~/hooks/url";

export interface TableGraphPaneProps {
active: string | null;
Expand Down

0 comments on commit d9603de

Please sign in to comment.