Skip to content

Commit

Permalink
remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
dario-piotrowicz committed Jan 3, 2024
1 parent 75aab9f commit 0064ca6
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions packages/create-cloudflare/src/frameworks/solid/index.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
import { logRaw, updateStatus } from "@cloudflare/cli";
import { brandColor, dim, blue } from "@cloudflare/cli/colors";
import { installPackages, runFrameworkGenerator } from "helpers/command";
import { compatDateFlag, usesTypescript, writeFile } from "helpers/files";
import { logRaw } from "@cloudflare/cli";
import { runFrameworkGenerator } from "helpers/command";
import { compatDateFlag } from "helpers/files";
import { detectPackageManager } from "helpers/packages";
import { viteConfig } from "./templates";
import type { FrameworkConfig, PagesGeneratorContext } from "types";

const { npm } = detectPackageManager();
Expand Down

0 comments on commit 0064ca6

Please sign in to comment.