6 lines
77 B
JavaScript
6 lines
77 B
JavaScript
import { bar } from './circular-b.mjs'
|
|
|
|
export const foo = 1
|
|
|
|
export { bar }
|