Skip to content

Commit

Permalink
React imports
Browse files Browse the repository at this point in the history
  • Loading branch information
abtestingalpha committed Dec 6, 2024
1 parent 49cc5ef commit 4d14f54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import React from 'react'
import toast from 'react-hot-toast'
import {
XIcon,
Expand Down
1 change: 1 addition & 0 deletions packages/synapse-interface/components/toast/index.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import React from 'react'
import toast, { Toaster, ToastBar } from 'react-hot-toast'
import ToastContent from './ToastContent'

Expand Down

0 comments on commit 4d14f54

Please sign in to comment.