Skip to content

Commit

Permalink
chore(core): clean, update imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ThornWalli committed Sep 1, 2024
1 parent 803481d commit d7c0b0e
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 482 deletions.
2 changes: 1 addition & 1 deletion packages/core/classes/modules/Files/commands/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import WbModuleFilesPreview from '../../../../components/modules/files/Preview';
import Storage from '../../../../classes/FileSystem/items/Storage';
import { addExt } from '../../../../utils/fileSystem';

import PROPERTY from './property';
import PROPERTY from '../property';

async function saveFile(core, path, data) {
const exist = await core.executeCommand(`exist "${path}"`);
Expand Down
2 changes: 2 additions & 0 deletions packages/core/classes/modules/Files/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,5 @@ export default class Files extends Module {
return fileSystem;
}
}

export { default as PROPERTY } from './property';
Loading

0 comments on commit d7c0b0e

Please sign in to comment.