Skip to content

Commit 0ae2c61

Browse files
selfcontainedjankeromnes
authored andcommitted
removing unused imports
1 parent cd4adf9 commit 0ae2c61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/dashboard/src/onboarding/LinkedInBanner.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
import { useQuery } from "@tanstack/react-query";
88
import classNames from "classnames";
9-
import { FC, useEffect, useState } from "react";
9+
import { FC } from "react";
1010
import { useLinkedIn } from "react-linkedin-login-oauth2";
1111
import Alert from "../components/Alert";
1212
import { Button } from "../components/Button";

0 commit comments

Comments
 (0)