mirror of
https://github.com/arsvendg/Stirling-PDF.git
synced 2026-07-16 11:23:10 +02:00
Remove CRA and use Vite instead
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import './index.css';
|
||||
import React from 'react';
|
||||
import HomePage from './pages/HomePage';
|
||||
export default function App() {
|
||||
return <HomePage/>;
|
||||
}
|
||||
Reference in New Issue
Block a user