mirror of
https://github.com/legop3/MultiRoombaRover.git
synced 2026-09-17 18:10:47 -04:00
barcode scanner beginnings
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
// Scanner App Root
|
||||
// Purpose: Exposes the dedicated scanner route as a separate spectator-style app surface.
|
||||
// Scope: Keeps route wiring thin so scanner behavior remains isolated in ScannerContent.
|
||||
import ScannerContent from './ScannerContent.jsx';
|
||||
|
||||
export default function ScannerAppRoot() {
|
||||
return <ScannerContent />;
|
||||
}
|
||||
Reference in New Issue
Block a user