mirror of
https://github.com/imezx/Warp.git
synced 2025-04-24 23:20:02 +00:00
3 lines
116 B
JavaScript
3 lines
116 B
JavaScript
import './styles/fonts.css';
|
|
export * from './without-fonts';
|
|
export { default as default } from './without-fonts';
|