Files
Stirling-PDF/frontend/src/App.tsx
T
2025-05-28 21:43:02 +01:00

7 lines
146 B
TypeScript

import './index.css';
import React from 'react';
import HomePage from './pages/HomePage';
export default function App() {
return <HomePage/>;
}