Skip to content

Commit 73f1db3

Browse files
committed
ts
1 parent 68cceac commit 73f1db3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/packages/file-server/btrfs/subvolumes.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { type Filesystem } from "./filesystem";
22
import { subvolume, type Subvolume } from "./subvolume";
33
import getLogger from "@cocalc/backend/logger";
4-
import { SNAPSHOTS } from "./subvolume-snapshots";
4+
import { SNAPSHOTS } from "@cocalc/util/consts/snapshots";
55
import { exists } from "@cocalc/backend/misc/async-utils-node";
66
import { join } from "path";
77
import { btrfs } from "./util";

0 commit comments

Comments
 (0)