Skip to content

Commit

Permalink
fix: correctly renamed Toast.tsx to index.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
joeychrys committed Apr 14, 2022
1 parent f0bcb6f commit 53881df
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/pages/ToastPage.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { FC } from 'react';
import { Toast } from '../components/toast/Toast';
import { Toast } from '../components/toast';
import { CodeExample, DemoPage } from './DemoPage';
import { HiFire, HiCheck, HiExclamation, HiX } from 'react-icons/hi';
import { FaTelegramPlane } from 'react-icons/fa';
Expand Down

0 comments on commit 53881df

Please sign in to comment.