Some refactoring

This commit is contained in:
Dominic Ferrando
2025-09-24 21:12:38 -04:00
parent 03625732fd
commit 7f0a51d34c
10 changed files with 506 additions and 478 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
<script lang="ts">
import { api } from "$lib/api.js";
import type { Printful } from "$lib/services/commerce/printful";
import type { Printful } from "$lib/services/commerce/util/types.js";
import { onMount } from "svelte";
const { data } = $props();