rage-framework-example/apps/cef/src/App.tsx

9 lines
69 B
TypeScript
Raw Normal View History

2024-06-12 22:59:21 +00:00
function App() {
return (
<>
</>
)
}
export default App