Skip to content

Commit

Permalink
fixed examples building because of import subpathing (#6119)
Browse files Browse the repository at this point in the history
  • Loading branch information
kpal81xd committed Mar 7, 2024
1 parent 9d17f0d commit 5b7876e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/src/app/components/DeviceSelector.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import {
DEVICETYPE_WEBGL2,
DEVICETYPE_WEBGPU,
DEVICETYPE_NULL
} from 'playcanvas/src/platform/graphics/constants.js';
} from 'playcanvas';
import { Component } from 'react';
import { SelectInput } from '@playcanvas/pcui/react';

Expand Down

0 comments on commit 5b7876e

Please sign in to comment.