Skip to content

Commit

Permalink
fix filename
Browse files Browse the repository at this point in the history
  • Loading branch information
jogibear9988 committed Aug 10, 2024
1 parent fdc2ff7 commit 99d89e0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CommandHandling.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { IUiCommandHandler } from '@node-projects/web-component-designer/dist/co
import { DockManager } from 'dock-spawn-ts/lib/js/DockManager.js';
import { AppShell } from './appShell.js';
import { WebRtcMultiplayerServer } from '@node-projects/web-component-designer-webrtc-multiplayer';
import { UndoRedoGraph } from './Undo_RedoGraph.js';
import { UndoRedoGraph } from './UndoRedoGraph.js';

let multiplayer: WebRtcMultiplayerServer = null;;

Expand Down
File renamed without changes.

0 comments on commit 99d89e0

Please sign in to comment.