vite/playground/css/treeshake-module/a.js
2024-03-12 21:13:13 +08:00

6 lines
75 B
JavaScript

import style from './a.module.css'
export function a() {
return style
}