Skip to content

Commit

Permalink
Remove folder
Browse files Browse the repository at this point in the history
  • Loading branch information
shoonia committed Apr 19, 2024
1 parent 5213b77 commit af480ad
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/module/downloadFiles.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import type { Directory } from './tree/Directory';
import type { Directory } from './Directory';
import type { IState } from '../popup/store/types';
import { getMetaFileValue } from '../assets/pkg';
import { duplicateErrorMessage, getRootDir } from './fs';
Expand Down
2 changes: 1 addition & 1 deletion src/module/fs.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import type { IPage } from '../types';
import { Directory } from './tree/Directory';
import { Directory } from './Directory';

export const getRootDir = async () => {
try {
Expand Down

0 comments on commit af480ad

Please sign in to comment.