mirror of
https://github.com/arcodange-org/mediabunny.git
synced 2026-09-27 02:43:48 +02:00
7 lines
163 B
TypeScript
7 lines
163 B
TypeScript
import DefaultTheme from 'vitepress/theme';
|
|
import './theme.css';
|
|
import '@fontsource-variable/rubik';
|
|
import '@fontsource/dm-mono';
|
|
|
|
export default DefaultTheme;
|