Skip to content

Commit f90517e

Browse files
chore: remove unused imports from Analog guide
Co-Authored-By: [email protected] <[email protected]>
1 parent b8f1be6 commit f90517e

File tree

1 file changed

+1
-7
lines changed
  • src/content/docs/workers/framework-guides/web-apps/more-web-frameworks

1 file changed

+1
-7
lines changed

src/content/docs/workers/framework-guides/web-apps/more-web-frameworks/analog.mdx

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,7 @@ tags: ["full-stack", "Angular"]
55
description: Create an Analog application and deploy it to Cloudflare Workers.
66
---
77

8-
import {
9-
Badge,
10-
Description,
11-
InlineBadge,
12-
Render,
13-
PackageManagers,
14-
} from "~/components";
8+
import { Render, PackageManagers } from "~/components";
159

1610
In this guide, you will create a new [Analog](https://analogjs.org/) application and deploy to Cloudflare Workers.
1711

0 commit comments

Comments
 (0)