mirror of
https://github.com/vitejs/vite.git
synced 2024-11-21 22:59:10 +00:00
6 lines
75 B
JavaScript
6 lines
75 B
JavaScript
import style from './a.module.css'
|
|
|
|
export function a() {
|
|
return style
|
|
}
|