add bootstrap-icons package

This commit is contained in:
Yee Jia Wei
2023-12-16 22:08:52 +08:00
parent f8ad08f5ed
commit ae87b5698e
3 changed files with 7 additions and 0 deletions
+1
View File
@@ -1,5 +1,6 @@
import React from "react";
import "@/styles/globals.css";
import 'bootstrap-icons/font/bootstrap-icons.css';
import { SessionProvider } from "next-auth/react";
import type { AppProps } from "next/app";
import Head from "next/head";