Spaces:
Sleeping
Sleeping
Upload pages/index.js with huggingface_hub
Browse files- 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 |
+
}
|