Skip to content

Commit 8507f33

Browse files
committed
fix(front): added css
1 parent 3c6b6be commit 8507f33

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/Header.js

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import Image from "next/image";
22
import Link from "next/link";
3+
import 'react-toastify/dist/ReactToastify.min.css';
34

45
const Header = () => {
56
return (

0 commit comments

Comments
 (0)