Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rogaldh committed Apr 9, 2024
1 parent 2932f59 commit 8e6d1c4
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions packages/ui/src/features/notification/index.tsx
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
import React, {
createContext,
useCallback,
useContext,
useImperativeHandle,
useState,
} from "react"
import React, { createContext, useCallback, useContext, useState } from "react"
import * as Toast from "@radix-ui/react-toast"
import ToastBody from "./toast"

Expand Down

0 comments on commit 8e6d1c4

Please sign in to comment.