Skip to content

Commit

Permalink
chore: fix webpack
Browse files Browse the repository at this point in the history
  • Loading branch information
Maximvdw committed May 6, 2024
1 parent 02f5baf commit d413b05
Show file tree
Hide file tree
Showing 3 changed files with 560 additions and 562 deletions.
4 changes: 1 addition & 3 deletions src/models/Deployment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ import { PolygonGeometry } from './Geometry';
import { Platform } from './Platform';
import { Address } from './Address';
import { SerializableNamedNode } from './SerializableNamedNode';
import { applyMixins } from './utils';
import { SymbolicSpace } from '@openhps/geospatial';

@SerializableObject({
rdf: {
Expand Down Expand Up @@ -59,4 +57,4 @@ export class Deployment extends SerializableNamedNode {
within?: Deployment;
}

applyMixins(Deployment, [SymbolicSpace]);
// applyMixins(Deployment, [SymbolicSpace]);

0 comments on commit d413b05

Please sign in to comment.