ijl cli init

This commit is contained in:
2024-04-06 14:16:57 +03:00
parent 650253121c
commit 11f3ee76ba
11 changed files with 8024 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
import React from 'react';
import { LandingPage } from './pages/landing'
import './style/main.css'
const App = () => {
return (
<LandingPage />
);
};
export default App;