From 2af1fc16ee38f3cc3974982f0d5425795816c533 Mon Sep 17 00:00:00 2001 From: Kolby Nottingham Date: Fri, 26 Jan 2024 11:26:05 -0800 Subject: [PATCH] changed path in template --- bots/template.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bots/template.js b/bots/template.js index 1e61d60..8d82f75 100644 --- a/bots/template.js +++ b/bots/template.js @@ -1,5 +1,5 @@ -import * as skills from '../../../src/agent/skills.js'; -import * as world from '../../../src/agent/world.js'; +import * as skills from '../../../src/agent/library/skills.js'; +import * as world from '../../../src/agent/library/world.js'; import Vec3 from 'vec3'; const log = skills.log;