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;