Skip to content

Commit

Permalink
Fix compile issue
Browse files Browse the repository at this point in the history
  • Loading branch information
bbycroft committed Oct 22, 2023
1 parent b6618be commit 29c60d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cpu/ImportExport.tsx
Original file line number Diff line number Diff line change
@@ -285,6 +285,7 @@ export function hydrateFromLS(ls: Partial<ILSState> | undefined): ILSState {

export function createInitialEditSnapshot(): IEditSnapshot {
return {
name: '',
comps: [],
wires: [],
nextCompId: 0,

0 comments on commit 29c60d1

Please sign in to comment.