mirror of
https://github.com/locomotivemtl/locomotive-boilerplate.git
synced 2026-01-15 00:55:08 +08:00
6 lines
95 B
JavaScript
6 lines
95 B
JavaScript
import svg4everybody from 'svg4everybody';
|
|
|
|
export default function() {
|
|
svg4everybody();
|
|
}
|