mirror of
https://github.com/aaronpo97/the-biergarten-app.git
synced 2026-04-05 18:09:04 +00:00
Update prettier, format codebase
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import toast from "react-hot-toast";
|
||||
import toast from 'react-hot-toast';
|
||||
|
||||
export const showSuccessToast = (message: string) => toast.success(message);
|
||||
export const showErrorToast = (message: string) => toast.error(message);
|
||||
|
||||
Reference in New Issue
Block a user