Skip to content

Commit c470395

Browse files
author
Rajat Saxena
committed
lint fixes
1 parent e6d9292 commit c470395

File tree

2 files changed

+1
-2
lines changed
  • apps/web
    • app/(with-contexts)/dashboard/(sidebar)/product-new/[id]/content/section/[section]/lesson

2 files changed

+1
-2
lines changed

apps/web/app/(with-contexts)/dashboard/(sidebar)/product-new/[id]/content/section/[section]/lesson/page.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ import { Label } from "@/components/ui/label";
2020
import { Switch } from "@/components/ui/switch";
2121
import { RadioGroup, RadioGroupItem } from "@/components/ui/radio-group";
2222

23-
2423
import {
2524
Dialog,
2625
DialogContent,

apps/web/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"**/*.ts",
2323
"**/*.tsx",
2424
".next/types/**/*.ts",
25-
"additional.d.ts",
25+
"additional.d.ts"
2626
],
2727
"exclude": ["node_modules"]
2828
}

0 commit comments

Comments
 (0)