refactor: Remove unused Badge import from ScannerPage.tsx
Build & Push Hospitality / build-and-push (push) Failing after 4m4s

This commit is contained in:
steinhelge
2025-11-24 11:47:41 +01:00
parent 8a464aebf4
commit f6243ba5ba
@@ -1,5 +1,5 @@
import { useState } from 'react';
import { Card, Form, Button, Badge, ListGroup, Alert } from 'react-bootstrap';
import { Card, Form, Button, ListGroup, Alert } from 'react-bootstrap';
import { usePersonByQrCode, useCreateTransaction } from '../../hooks/useQrCode';
export default function ScannerPage() {