adding ant design

This commit is contained in:
Arjun Patel
2022-01-11 16:49:53 -08:00
parent c282542312
commit 8f85b9d9e1
5 changed files with 1390 additions and 24 deletions
+1
View File
@@ -1,4 +1,5 @@
import '../styles/globals.css'
import 'antd/dist/antd.css';
import Head from 'next/head'
function MyApp({ Component, pageProps }) {