Skip to content

Commit

Permalink
Fix re-export
Browse files Browse the repository at this point in the history
  • Loading branch information
Fryuni committed Jan 27, 2024
1 parent 191e2bb commit 3b19a9a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/inline-mod/src/vite.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import type { Plugin } from 'vite';
import { modRegistry } from './state.js';

export { inlineMod } from './inlining.js';
export { inlineModule as inlineMod } from './inlining.js';

export type Options = Record<never, never>;

Expand Down

0 comments on commit 3b19a9a

Please sign in to comment.