Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jenbreese committed Dec 20, 2024
1 parent 69ce09b commit a5c1772
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/elements/toast-message.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"use client"

import {toast, ToastContainer} from "react-toastify"
import {ToastContainer} from "react-toastify"

export function ToastMessage() {
return (
Expand Down

0 comments on commit a5c1772

Please sign in to comment.