Skip to content

Commit

Permalink
refactor(nms): Move projects out of fbc_js_core (#12664)
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Schmitt <thomas.schmitt@tngtech.com>
  • Loading branch information
thmsschmitt committed May 13, 2022
1 parent 177e580 commit ed0aec9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nms/app/components/host/Index.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import ShowChartIcon from '@material-ui/icons/ShowChart';
import UsersSettings from '../admin/userManagement/UsersSettings';
import {AppContextProvider} from '../../../app/components/context/AppContext';
import {Navigate, Outlet, Route, Routes} from 'react-router-dom';
import {getProjectTabs as getAllProjectTabs} from '../../../fbc_js_core/projects/projects';
import {getProjectTabs as getAllProjectTabs} from '../../../shared/projects/projects';
import {makeStyles} from '@material-ui/styles';

const useStyles = makeStyles(() => ({
Expand Down
2 changes: 1 addition & 1 deletion nms/scripts/createOrganization.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import Sequelize from 'sequelize';
import {Organization} from '../fbc_js_core/sequelize_models';
import {coerceToTab} from '../fbc_js_core/types/tabs';
import {difference} from 'lodash';
import {getProjectTabs} from '../fbc_js_core/projects/projects';
import {getProjectTabs} from '../shared/projects/projects';
import {union} from 'lodash';

type OrganizationObject = {
Expand Down
File renamed without changes.

0 comments on commit ed0aec9

Please sign in to comment.