pankow moved to @cloudron/pankow

This commit is contained in:
Johannes Zellner
2025-07-10 11:55:11 +02:00
parent 313256adff
commit 579f5d7c8a
144 changed files with 220 additions and 219 deletions

View File

@@ -1,5 +1,5 @@
import { prettyBinarySize } from 'pankow/utils';
import { prettyBinarySize } from '@cloudron/pankow/utils';
import { ISTATES } from './constants.js';
// https://stackoverflow.com/questions/3665115/how-to-create-a-file-in-memory-for-user-to-download-but-not-through-server#18197341