vite/playground/hmr/circular/mod-b.js

4 lines
85 B
JavaScript

import { value as _value } from './mod-c'
export const value = `mod-b -> ${_value}`