Skip to content
This repository has been archived by the owner on Dec 10, 2021. It is now read-only.

Commit

Permalink
Ensure the right import path
Browse files Browse the repository at this point in the history
  • Loading branch information
ktmud committed Aug 11, 2020
1 parent 78f6d39 commit 0332c35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import {
getNumberFormatterRegistry,
getNumberFormatter,
formatNumber,
} from '@superset-ui/core';
} from '@superset-ui/core/src';

describe('NumberFormatterRegistrySingleton', () => {
describe('getNumberFormatterRegistry()', () => {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { NumberFormatter, createSmartNumberFormatter } from '@superset-ui/core';
import { NumberFormatter, createSmartNumberFormatter } from '@superset-ui/core/src';

describe('createSmartNumberFormatter(options)', () => {
it('creates an instance of NumberFormatter', () => {
Expand Down

0 comments on commit 0332c35

Please sign in to comment.