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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

4 lines
85 B
JavaScript
Raw Normal View History

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