Skip to content

Commit

Permalink
Removed unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
salilponde committed Dec 24, 2023
1 parent adc1dc8 commit 331b3cd
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ import {
Section,
SectionBody,
} from "@/components/widgets/main-container"
import Editor, { loader, OnMount } from "@monaco-editor/react"
import Editor, { OnMount } from "@monaco-editor/react"
import type monaco from "monaco-editor"
import { Input } from "@/components/ui/input"
import { toast } from "@/components/ui/use-toast"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ import {
Section,
SectionBody,
} from "@/components/widgets/main-container"
import Editor, { loader, OnMount } from "@monaco-editor/react"
import Editor, { OnMount } from "@monaco-editor/react"
import type monaco from "monaco-editor"
import { Input } from "@/components/ui/input"
import { toast } from "@/components/ui/use-toast"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ import {
Section,
SectionBody,
} from "@/components/widgets/main-container"
import Editor, { OnMount, loader } from "@monaco-editor/react"
import Editor, { OnMount } from "@monaco-editor/react"
import type monaco from "monaco-editor"
import { Input } from "@/components/ui/input"
import DeleteComposeDialog from "./dialogs/delete-compose-dialog"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ import {
Section,
SectionBody,
} from "@/components/widgets/main-container"
import Editor, { loader, OnMount } from "@monaco-editor/react"
import Editor, { OnMount } from "@monaco-editor/react"
import type monaco from "monaco-editor"
import { Input } from "@/components/ui/input"
import { toast } from "@/components/ui/use-toast"
Expand Down
2 changes: 1 addition & 1 deletion web/src/app/compose/add-github-compose.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ import {
Section,
SectionBody,
} from "@/components/widgets/main-container"
import Editor, { loader, OnMount } from "@monaco-editor/react"
import Editor, { OnMount } from "@monaco-editor/react"
import type monaco from "monaco-editor"
import { Input } from "@/components/ui/input"
import { toast } from "@/components/ui/use-toast"
Expand Down
2 changes: 1 addition & 1 deletion web/src/app/compose/add-local-compose.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ import {
Section,
SectionBody,
} from "@/components/widgets/main-container"
import Editor, { loader, OnMount } from "@monaco-editor/react"
import Editor, { OnMount } from "@monaco-editor/react"
import type monaco from "monaco-editor"
import { Input } from "@/components/ui/input"
import { toast } from "@/components/ui/use-toast"
Expand Down
2 changes: 1 addition & 1 deletion web/src/app/compose/compose/definition-github.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ import {
Section,
SectionBody,
} from "@/components/widgets/main-container"
import Editor, { loader, OnMount } from "@monaco-editor/react"
import Editor, { OnMount } from "@monaco-editor/react"
import type monaco from "monaco-editor"
import { Input } from "@/components/ui/input"
import { toast } from "@/components/ui/use-toast"
Expand Down
1 change: 0 additions & 1 deletion web/src/lib/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import { Terminal } from "@xterm/xterm"
import { type ClassValue, clsx } from "clsx"
import { twMerge } from "tailwind-merge"
import { loader } from "@monaco-editor/react"
import apiBaseUrl from "./api-base-url"

export const REGEX_IDENTIFIER = /^[a-zA-Z0-9][a-zA-Z0-9_-]*$/
export const REGEX_IDENTIFIER_MESSAGE =
Expand Down

0 comments on commit 331b3cd

Please sign in to comment.