lib/storage: move opfs to subdirectory

This commit is contained in:
jj
2025-04-30 17:20:38 +00:00
parent f3941af369
commit ed89ce894a
6 changed files with 5 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
import { OPFSStorage } from "$lib/storage";
import { OPFSStorage } from "$lib/storage/opfs";
let attempts = 0;