Skip to content

Commit

Permalink
Remove invalid export modifier
Browse files Browse the repository at this point in the history
  • Loading branch information
mvandenburgh committed Oct 21, 2022
1 parent 18c4f88 commit f4cf2ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/views/FileBrowserView/FileBrowser.vue
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ const rootDirectory = '';
const FILES_PER_PAGE = 15;
// AssetService is slightly different from Service
export interface AssetService {
interface AssetService {
name: string,
url: string,
}
Expand Down

0 comments on commit f4cf2ed

Please sign in to comment.