Skip to content

Commit

Permalink
feat(components):fix import url
Browse files Browse the repository at this point in the history
  • Loading branch information
pomelo-nwu committed Jan 21, 2021
1 parent 652d678 commit 3ed056f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/graphin-components/src/Legend/Node.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { GraphinContext } from '@antv/graphin/dist';
import { GraphinContext } from '@antv/graphin';
import React, { useEffect } from 'react';
import './index.less';

Expand Down
2 changes: 1 addition & 1 deletion packages/graphin-components/src/Tooltip/Edge.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* eslint-disable @typescript-eslint/no-explicit-any */
import { GraphinContext } from '@antv/graphin/dist';
import { GraphinContext } from '@antv/graphin';
import * as React from 'react';
import './index.less';

Expand Down
2 changes: 1 addition & 1 deletion packages/graphin-components/src/Tooltip/Node.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* eslint-disable @typescript-eslint/no-explicit-any */
import { GraphinContext } from '@antv/graphin/dist';
import { GraphinContext } from '@antv/graphin';
import * as React from 'react';
import './index.less';

Expand Down

0 comments on commit 3ed056f

Please sign in to comment.