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