Jayantsharma46 commited on
Commit
2c7a7ec
·
verified ·
1 Parent(s): 4529a3d

Upload pages/index.js with huggingface_hub

Browse files
Files changed (1) hide show
  1. pages/index.js +5 -0
pages/index.js ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ import Calculator from '../components/Calculator'
2
+
3
+ export default function Home() {
4
+ return <Calculator />
5
+ }