Skip to content

Commit

Permalink
fix: merge
Browse files Browse the repository at this point in the history
  • Loading branch information
timoheddes committed Aug 28, 2023
1 parent c02b9d9 commit 8a762dd
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,8 @@ import type {
FC,
FunctionComponentElement,
HTMLAttributeAnchorTarget,
useEffect,
} from 'react';
import React from 'react';
import React, { useEffect } from 'react';

export interface INavItem {
active?: boolean;
Expand Down

0 comments on commit 8a762dd

Please sign in to comment.