Skip to content

Commit

Permalink
Removed unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
bring-shrubbery committed Aug 3, 2024
1 parent 066910e commit eb82033
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
1 change: 0 additions & 1 deletion apps/nextjs/src/components/announcement-bar.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
"use client";

import type { MouseEventHandler } from "react";
import Link from "next/link";
import { atom, useAtom } from "jotai";
import { XIcon } from "lucide-react";
Expand Down
6 changes: 5 additions & 1 deletion apps/nextjs/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
"tsBuildInfoFile": "node_modules/.cache/tsbuildinfo.json",
"module": "esnext"
},
"include": [".", ".next/types/**/*.ts"],
"include": [
".",
".next/types/**/*.ts",
"../../packages/svg-to-swiftui-core/eslint.config copy.js"
],
"exclude": ["node_modules"]
}

0 comments on commit eb82033

Please sign in to comment.