Skip to content

Commit

Permalink
chore: code.js imports fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
seankwarren committed Feb 5, 2024
1 parent c88ea7a commit 376116a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/template.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import { allTemplates } from "@exabyte-io/application-flavors.js";
import { NamedInMemoryEntity } from "@exabyte-io/code.js/dist/entity";
import {
HashedEntityMixin,
HashedInputArrayMixin,
} from "@exabyte-io/code.js/dist/entity/mixins/hash";
NamedInMemoryEntity,
} from "@exabyte-io/code.js/dist/entity";
import { deepClone } from "@exabyte-io/code.js/dist/utils";
import { mix } from "mixwith";
import jinja from "swig";
Expand Down

0 comments on commit 376116a

Please sign in to comment.