mirror of
https://github.com/arsvendg/Stirling-PDF.git
synced 2026-07-16 03:20:46 +02:00
7 lines
146 B
TypeScript
7 lines
146 B
TypeScript
import './index.css';
|
|
import React from 'react';
|
|
import HomePage from './pages/HomePage';
|
|
export default function App() {
|
|
return <HomePage/>;
|
|
}
|