use bottom sheet instead of vaul drawer

This commit is contained in:
Milo Schwartz 2024-12-30 15:48:34 -05:00
parent 5983da7a23
commit 8f3e653c1b
13 changed files with 284 additions and 121 deletions

View file

@ -1,4 +1,4 @@
import express, { Request, Response } from "express";
import express from "express";
import cors from "cors";
import cookieParser from "cookie-parser";
import config from "@server/config";