> oxlint && oxfmt --check
⚠ import(no-named-as-default): Module "typegpu" has named export "tgpu"
╭─[src/main.ts:1:8]
1 │ import tgpu, { common, d } from 'typegpu';
· ────
2 │
╰────
help: Using default import as "tgpu" can be confusing. Use another name for default import to avoid confusion.
This probably happens because our index.ts has a name collision