UNPKG

create-nova-vite-template

Version:

This is a dashboard template built with React and Vite. It provides a modern and responsive user interface for building web applications.

6 lines (4 loc) 132 B
import { toast } from "react-toastify"; export default function showSuccessMsg({ msg }: { msg: string }) { toast.success(msg); }