Files
luggage-list/App.js
Luna bdea52b7c6
Some checks failed
Luggage List Build / release (push) Has been cancelled
Luggage List Build / build-android (push) Has been cancelled
Luggage List Build / build-web (push) Has been cancelled
refactor: split app into modular src architecture
2026-04-18 12:56:12 +02:00

4 lines
62 B
JavaScript

import AppRoot from './src/AppRoot';
export default AppRoot;