Skip to content

Commit

Permalink
fix: organisation store imports (#3721)
Browse files Browse the repository at this point in the history
  • Loading branch information
kyle-ssg authored Apr 4, 2024
1 parent cd1f79c commit 2df29c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/common/stores/feature-list-store.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ import { getIsWidget } from 'components/pages/WidgetPage'
import ProjectStore from './project-store'
import { createAndPublishFeatureVersion } from 'common/services/useFeatureVersion'
import { updateSegmentPriorities } from 'common/services/useSegmentPriority'
import OrganisationStore from './organisation-store'

const Dispatcher = require('common/dispatcher/dispatcher')
const BaseStore = require('./base/_store')
const OrganisationStore = require('./organisation-store')
const data = require('../data/base/_data')
const { createSegmentOverride } = require('../services/useSegmentOverride')
const { getStore } = require('../store')
Expand Down
2 changes: 1 addition & 1 deletion frontend/common/stores/project-store.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import { getIsWidget } from 'components/pages/WidgetPage'
import OrganisationStore from './organisation-store'

import Constants from 'common/constants'
import Utils from 'common/utils/utils'

const Dispatcher = require('../dispatcher/dispatcher')
const BaseStore = require('./base/_store')
const OrganisationStore = require('./organisation-store')

const data = require('../data/base/_data')

Expand Down

0 comments on commit 2df29c4

Please sign in to comment.