vite/playground/fs-serve/entry.js

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

6 lines
134 B
JavaScript
Raw Permalink Normal View History

import { msg } from './nested/foo'
export const fullmsg = msg + 'bar'
document.querySelector('.nested-entry').textContent = fullmsg