Skip to content

Commit 4a1ef4f

Browse files
committed
fix(starters): imports
1 parent 3754e08 commit 4a1ef4f

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

starters/apps/base/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"typescript-eslint": "latest",
2424
"eslint": "latest",
2525
"eslint-plugin-qwik": "latest",
26+
"globals": "latest",
2627
"prettier": "latest",
2728
"typescript": "latest",
2829
"undici": "latest",

starters/apps/library/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
"typescript-eslint": "latest",
4040
"eslint": "latest",
4141
"eslint-plugin-qwik": "latest",
42+
"globals": "latest",
4243
"np": "^8.0.4",
4344
"prettier": "latest",
4445
"typescript": "latest",

starters/apps/playground/src/routes/layout.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import { component$, Slot, useStyles$ } from "@builder.io/qwik";
22
import { routeLoader$ } from "@builder.io/qwik-city";
3-
import type { RequestHandler } from "@builder.io/qwik-city";
43

54
import Header from "../components/starter/header/header";
65
import Footer from "../components/starter/footer/footer";

0 commit comments

Comments
 (0)