Skip to content

Commit

Permalink
chore: fix ci problems
Browse files Browse the repository at this point in the history
  • Loading branch information
wang1212 committed Sep 27, 2024
1 parent 9527722 commit d9f3378
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions __tests__/demos/3d/force.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import {
forceManyBody,
forceCenter,
} from 'd3-force-3d';
import { Line, Text, Rect, Image, Circle, CanvasEvent } from '@antv/g';
import { Line, Text, CanvasEvent } from '@antv/g';
import {
SphereGeometry,
MeshPhongMaterial,
Expand All @@ -13,7 +13,7 @@ import {
Plugin as Plugin3D,
} from '@antv/g-plugin-3d';
import { Plugin as PluginControl } from '@antv/g-plugin-control';
import { ARButton, DeviceRenderer } from '@antv/g-webgl';
import { ARButton } from '@antv/g-webgl';

// https://bl.ocks.org/vasturiano/f59675656258d3f490e9faa40828c0e7
const dataset = {
Expand Down

0 comments on commit d9f3378

Please sign in to comment.