[m] bug fix
This commit is contained in:
parent
a116b2210f
commit
ed290c5190
1 changed files with 2 additions and 1 deletions
|
@ -5,10 +5,11 @@ import Link from 'next/link';
|
||||||
import { FontAwesomeIcon } from '@fortawesome/react-fontawesome';
|
import { FontAwesomeIcon } from '@fortawesome/react-fontawesome';
|
||||||
import { faWordpressSimple } from '@fortawesome/free-brands-svg-icons';
|
import { faWordpressSimple } from '@fortawesome/free-brands-svg-icons';
|
||||||
import { faLink, faHouse, faUser, faPhone, faBars, faTimes, faTerminal, faMusic } from '@fortawesome/free-solid-svg-icons';
|
import { faLink, faHouse, faUser, faPhone, faBars, faTimes, faTerminal, faMusic } from '@fortawesome/free-solid-svg-icons';
|
||||||
|
import { IconDefinition } from '@fortawesome/fontawesome-svg-core';
|
||||||
|
|
||||||
interface NavItemProps {
|
interface NavItemProps {
|
||||||
href: string;
|
href: string;
|
||||||
icon: any;
|
icon: IconDefinition;
|
||||||
children: React.ReactNode;
|
children: React.ReactNode;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue