Vite commit

This commit is contained in:
Eric Ciarla
2024-07-24 14:27:50 -04:00
parent 1b7a00624d
commit 9654721bf2
50 changed files with 5915 additions and 18852 deletions
+12
View File
@@ -0,0 +1,12 @@
import "./App.css";
import FirecrawlComponent from "./components/ingestion";
function App() {
return (
<>
<FirecrawlComponent />
</>
);
}
export default App;