Skip to content

Commit

Permalink
chore: linting fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Maximvdw committed Nov 28, 2023
1 parent 59a2fc9 commit 2f652ad
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/webxr/src/service/WebXRService.ts
@@ -1,7 +1,6 @@
/// <reference types="webxr" />

import { Service } from '@openhps/core';
import { PerspectiveCamera } from '@openhps/core/dist/types/three/Three';

export class WebXRService extends Service {
private _session: XRSession = null;
Expand Down

0 comments on commit 2f652ad

Please sign in to comment.