3import { Icon } from '@/contexts/IconContext';
5export default function ScalesPage() {
7 <div className="min-h-screen bg-bg p-6">
8 <div className="max-w-7xl mx-auto">
10 <h1 className="text-3xl font-bold text-text mb-2 flex items-center gap-2">
11 <Icon name="scale" size={32} />
14 <p className="text-muted">Retail scales for weighing products</p>
17 <div className="bg-surface rounded-lg shadow-sm border border-border p-6 mb-6">
18 <h2 className="text-xl font-semibold text-text mb-4">Scale Configuration</h2>
19 <p className="text-muted">Scale configuration features coming soon...</p>