Skip to content

Commit 46981b5

Browse files
Added ts-reset
1 parent 4b5be97 commit 46981b5

File tree

4 files changed

+9
-1
lines changed

4 files changed

+9
-1
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
},
1111
"dependencies": {
1212
"@t3-oss/env-nextjs": "^0.3.1",
13+
"@total-typescript/ts-reset": "^0.5.1",
1314
"class-variance-authority": "^0.7.0",
1415
"clsx": "^2.0.0",
1516
"convex": "^1.2.1",

pnpm-lock.yaml

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/app/page.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
"use client";
2-
import Link from "next/link";
32
import { useQuery } from "convex/react";
43
import { api } from "../../convex/_generated/api";
54

src/lib/reset.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
import "@total-typescript/ts-reset";

0 commit comments

Comments
 (0)