Skip to content

Commit

Permalink
chore: fix heroicons and react-live issue
Browse files Browse the repository at this point in the history
  • Loading branch information
LexSwed committed Apr 15, 2023
1 parent a3bb32b commit ac10d41
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/pages-helpers/MdxProvider.tsx
Expand Up @@ -2,7 +2,8 @@ import * as React from 'react';
import { MDXProvider } from '@mdx-js/react';
import Image from 'next/image';
import { BsTypeBold, BsTypeItalic, BsTypeUnderline } from 'react-icons/bs';
import * as HeroIcons from '@heroicons/react/24/outline';
// eslint-disable-next-line import/default
import HeroIcons from '@heroicons/react/24/outline';
import Link from 'next/link';
import { clsx } from 'clsx';
import * as FxtrotUI from '@fxtrot/ui';
Expand Down

1 comment on commit ac10d41

@vercel
Copy link

@vercel vercel bot commented on ac10d41 Apr 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

fxtrot-ui – ./

fxtrot-ui-lexswed.vercel.app
fxtrot-ui-git-main-lexswed.vercel.app
fxtrot-ui.vercel.app

Please sign in to comment.