Skip to content

Commit 5521556

Browse files
committed
refactor: clean up unused imports in app.js to improve readability
1 parent ca0de0a commit 5521556

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

examples/minimal/app.js

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,6 @@
33
* Demonstrates the new ECS architecture with plugins
44
*/
55

6-
/*import { Engine } from '../../src/core/engine.js';
7-
import { CaptureSystem } from '../../src/systems/capture-system.js';
8-
import { webcamPlugin } from '../../plugins/source/webcam.js';
9-
import { videoPlugin } from '../../plugins/source/video.js';
10-
import { imagePlugin } from '../../plugins/source/image.js';
11-
import { defaultProfilePlugin } from '../../plugins/profile/default-policy.js';
12-
import { EVENTS, RESOURCES, SOURCE_TYPES } from '../../src/core/components.js';*/
13-
146
import {
157
Engine,
168
CaptureSystem,

0 commit comments

Comments
 (0)