@ -1,6 +1,7 @@
import fakeCart from "./cart_unpacked.json" assert { type: "json" };
import { Sheet } from "./sheet.ts";
const cart = fakeCart;
const cart = fakeCart as Array<Sheet>;
export const loadCart = (_name: string) => {
return;
The note is not visible to the blocked user.