mirror of
https://github.com/vitejs/vite.git
synced 2024-11-21 22:59:10 +00:00
7 lines
112 B
TypeScript
7 lines
112 B
TypeScript
// prettier-ignore
|
|
import {
|
|
foo
|
|
} from '@vitejs/test-importee-pkg'
|
|
|
|
console.log('with-multiline-import', foo)
|