DONE: add customer pages, implement auth on teller page
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import CustomerTicketFlow from "@/components/CustomerTicketFlow";
|
||||
|
||||
export default function Home() {
|
||||
return (
|
||||
<div className="flex min-h-full flex-1 flex-col bg-zinc-50">
|
||||
<CustomerTicketFlow />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user