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
4import { MainLayout } from '@/layouts/MainLayout.tsx';
5
6function App() {
7 return <MainLayout />;
8}
9
10export default App;