Skip to content

Commit

Permalink
lint :/
Browse files Browse the repository at this point in the history
  • Loading branch information
lryanle committed Oct 5, 2023
1 parent b711280 commit d38bc15
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/components/Organizer/Organizer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ import {
Instagram,
LinkedIn,
VerifiedBadge,
} from 'iconoir-react';
import Link, { LinkProps } from 'next/link';
import { ReactNode } from 'react';
} from 'iconoir-react'
import Link, { LinkProps } from 'next/link'
import { ReactNode } from 'react'
// import Image from 'next/image'
import { DivProps } from 'react-html-props';
import { DivProps } from 'react-html-props'

import { Box } from '../Box';
import { Box } from '../Box'

export type OrganizerProps = DivProps & {
avatar: string
Expand Down

0 comments on commit d38bc15

Please sign in to comment.