Skip to content

Commit

Permalink
refactor(webgl): update imports/exports
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Sep 29, 2021
1 parent 8d3d49f commit ce4d3e8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions packages/webgl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,6 @@
"./api/glsl": {
"import": "./api/glsl.js"
},
"./api/logger": {
"import": "./api/logger.js"
},
"./api/material": {
"import": "./api/material.js"
},
Expand Down Expand Up @@ -149,6 +146,9 @@
"./geo/quad": {
"import": "./geo/quad.js"
},
"./logger": {
"import": "./logger.js"
},
"./material": {
"import": "./material.js"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/webgl/src/error.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { defError } from "@thi.ng/errors";
import { defError } from "@thi.ng/errors/deferror";

export const WebGLError = defError(() => "WebGL");

Expand Down

0 comments on commit ce4d3e8

Please sign in to comment.