WASM PAX data export

This commit is contained in:
2025-06-10 01:12:58 +02:00
parent a34c532484
commit 9224300c85
22 changed files with 2130 additions and 288 deletions
@@ -5,7 +5,7 @@ import Profile from '../profile/Profile';
import SBEntryPax from '../SBEntry/SBEntryPax';
import StationEntryPax from '../stationEntry/StationEntryPax';
import Tabbar from '../tabbar/Tabbar';
import ZFWEntryPax from '../ZFWEntry/ZFWEntryPax';
import ZFWEntryPax from '../zfwEntry/ZFWEntryPax';
interface PaxProps {
isER: boolean;
-10
View File
@@ -1,10 +0,0 @@
import '@mui/material';
declare module '@mui/material/styles' {
interface Theme {
screenHeight: number;
}
interface ThemeOptions {
screenHeight: number;
}
}