From 7741a3cc37662ab2ff9606bdaffc0317b79a8dd9 Mon Sep 17 00:00:00 2001 From: Ben Beltran Date: Mon, 9 Mar 2020 15:02:35 -0500 Subject: Use new lib components --- lib/nodes/dasher.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/nodes/dasher.js') diff --git a/lib/nodes/dasher.js b/lib/nodes/dasher.js index 9662c68..b4a279d 100644 --- a/lib/nodes/dasher.js +++ b/lib/nodes/dasher.js @@ -2,7 +2,7 @@ import { Node } from '@serpentity/serpentity'; import BodyComponent from '../components/body'; import DashComponent from '../components/dash'; -import ForceComponent from '../components/force'; +import ForceComponent from '@serpentity/components.force'; /** * Node identifying an entity that has a control mapping @@ -12,7 +12,7 @@ import ForceComponent from '../components/force'; */ export default class DasherNode extends Node { -}; +} /** * Holds the types that are used to identify a dasher entity -- cgit