Skip to content

Commit f6126e8

Browse files
committed
deleted old store files, and updated ExportMenu
1 parent b352200 commit f6126e8

File tree

6 files changed

+1
-2070
lines changed

6 files changed

+1
-2070
lines changed

src/components/nav-buttons/ExportMenu.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ const createComponentCode = async(
291291
}
292292
};
293293
294-
const createAssetFile = async (targetLocation: string, assetLocation: string) => {
294+
const createAssetFile = async (targetLocation: string, assetLocation: string | unknown) => {
295295
// @ts-ignore
296296
let saved = remote.nativeImage.createFromPath(assetLocation);
297297
let urlData = saved.toPNG();

src/components/right-sidebar/createBoilerFuncs/CreateBoilerComposition.vue

Lines changed: 0 additions & 44 deletions
This file was deleted.

src/components/right-sidebar/createBoilerFuncs/createBoilerFalse.ts

Lines changed: 0 additions & 184 deletions
This file was deleted.

0 commit comments

Comments
 (0)