mirror of
https://github.com/Stirling-Tools/Stirling-PDF.git
synced 2025-07-27 23:55:21 +00: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/>;
|
||
|
}
|