fix imports i was being dumb
This commit is contained in:
15
src/main.ts
15
src/main.ts
@@ -1,10 +1,7 @@
|
|||||||
// would normally use .js extensions here,
|
|
||||||
// but that breaks in vitest
|
|
||||||
// https://github.com/vitest-dev/vitest/issues/282
|
|
||||||
/* eslint-disable import/no-unused-modules */
|
/* eslint-disable import/no-unused-modules */
|
||||||
export * from "./components/action-row"
|
export * from "./components/action-row.jsx"
|
||||||
export * from "./components/button"
|
export * from "./components/button.jsx"
|
||||||
export * from "./components/embed"
|
export * from "./components/embed-field.jsx"
|
||||||
export * from "./components/embed-field"
|
export * from "./components/embed.jsx"
|
||||||
export * from "./components/text"
|
export * from "./components/text.jsx"
|
||||||
export * from "./root"
|
export * from "./root.js"
|
||||||
|
|||||||
Reference in New Issue
Block a user