vite/playground/hmr/self-accept-within-circular/b.js

8 lines
58 B
JavaScript

import { c } from './c'
const b = {
c,
}
export { b }