Skip to content

Commit

Permalink
feat: add React import for ide detection
Browse files Browse the repository at this point in the history
  • Loading branch information
hlolli committed Nov 21, 2023
1 parent 17bd71c commit 8a8fc9d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions renderer/components/Navbar.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import React from "react";
import Link from "next/link";
import { useRouter } from "next/router";
import { useAppDispatch } from "../store";
Expand Down

0 comments on commit 8a8fc9d

Please sign in to comment.