Skip to content
This repository has been archived by the owner on Jul 12, 2024. It is now read-only.

Commit

Permalink
PR feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
psealock committed Sep 3, 2020
1 parent a33bf88 commit 7de71f5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 10 deletions.
2 changes: 1 addition & 1 deletion client/analytics/settings/historical-data/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ import {
IMPORT_STORE_NAME,
NOTES_STORE_NAME,
QUERY_DEFAULTS,
SECOND,
} from '@woocommerce/data';
import { withDispatch, withSelect } from '@wordpress/data';
import { withSpokenMessages } from '@wordpress/components';
import { SECOND } from '@fresh-data/framework';

/**
* Internal dependencies
Expand Down
8 changes: 0 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@
]
},
"dependencies": {
"@fresh-data/framework": "0.6.1",
"@wordpress/api-fetch": "2.2.8",
"@wordpress/base-styles": "2.0.0",
"@wordpress/components": "10.0.0",
Expand Down
3 changes: 3 additions & 0 deletions packages/data/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ export {
NAMESPACE,
WC_ADMIN_NAMESPACE,
WCS_NAMESPACE,
SECOND,
MINUTE,
HOUR,
} from './constants';

export { EXPORT_STORE_NAME } from './export';
Expand Down

0 comments on commit 7de71f5

Please sign in to comment.