feat: initialize reactjs project using vite
This commit is contained in:
3
src/pages/index.ts
Normal file
3
src/pages/index.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
export { Home } from './Home';
|
||||
export { About } from './About';
|
||||
export { Contact } from './Contact';
|
||||
Reference in New Issue
Block a user