Skip to content

Commit

Permalink
comment d3
Browse files Browse the repository at this point in the history
  • Loading branch information
ivansglazunov committed Sep 23, 2024
1 parent ed68bad commit 9033a0d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions imports/requires.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ import cookiesStore from '@deep-foundation/store/cookies.js';
import localStore from '@deep-foundation/store/local.js';
import queryStore from '@deep-foundation/store/query.js';
import * as reactYandexMaps from '@pbe/react-yandex-maps';
import * as D3 from 'd3';
import * as d3d from 'd3-force-3d';
// import * as D3 from 'd3';
// import * as d3d from 'd3-force-3d';
import * as i18n from "i18next";
import * as LanguageDetector from 'i18next-browser-languagedetector';
import _ from 'lodash';
Expand Down Expand Up @@ -142,8 +142,8 @@ export const requires: any = {
// 'aframe-react': { Entity, Scene },
'md5': md5,
'uuid': uuidv4,
'd3-force-3d': d3d,
'd3': D3,
// 'd3-force-3d': d3d,
// 'd3': D3,
'react-resize-detector': ReactResizeDetector,
'@deep-foundation/store/query': queryStore,
'@deep-foundation/store/local': localStore,
Expand Down

0 comments on commit 9033a0d

Please sign in to comment.