Skip to content

Commit f42e486

Browse files
committed
Fix Update import
1 parent 4b1bab6 commit f42e486

File tree

1 file changed

+5
-0
lines changed
  • backend/src/build-system/handlers/file-manager/file-arch

1 file changed

+5
-0
lines changed

backend/src/build-system/handlers/file-manager/file-arch/index.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ import {
77
formatResponse,
88
parseGenerateTag,
99
} from 'src/build-system/utils/strings';
10+
import { VirtualDirectory } from 'src/build-system/virtual-dir';
11+
import {
12+
buildDependencyGraph,
13+
validateAgainstVirtualDirectory,
14+
} from 'src/build-system/utils/file_generator_util';
1015

1116
export class FileArchGenerateHandler implements BuildHandler<string> {
1217
readonly id = 'op:FILE:ARCH';

0 commit comments

Comments
 (0)