Skip to content
This repository has been archived by the owner on Aug 30, 2022. It is now read-only.

Commit

Permalink
Fix import paths
Browse files Browse the repository at this point in the history
  • Loading branch information
parzival418 committed Sep 26, 2021
1 parent 527345d commit 4f692e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/components/Module.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Task } from '@latitudegames/thoth-core/plugins/taskPlugin/task'
import isEqual from 'lodash/isEqual'

import { ModuleControl } from '../dataControls/ModuleControl'
import { Task } from '../plugins/taskPlugin/task'
import { ThothComponent } from '../thoth-component'
import {
NodeData,
Expand Down
2 changes: 1 addition & 1 deletion core/dataControls/InputGenerator.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import Rete from 'rete'

import { DataControl } from '../plugins/inspectorPlugin'
import * as sockets from '../sockets'
import * as sockets from '../../sockets'

export class InputGeneratorControl extends DataControl {
constructor({
Expand Down

0 comments on commit 4f692e6

Please sign in to comment.