FERS
1.0.0
The Flexible Extensible Radar Simulator
Loading...
Searching...
No Matches
App.tsx
Go to the documentation of this file.
1
// SPDX-License-Identifier: GPL-2.0-only
2
// Copyright (c) 2025-present FERS Contributors (see AUTHORS.md).
3
4
import { MainLayout } from '@/layouts/MainLayout.tsx';
5
6
function App() {
7
return <MainLayout />;
8
}
9
10
export default App;
packages
fers-ui
src
App.tsx
Generated by
1.9.8