mirror of
https://github.com/arthurfiorette/axios-cache-interceptor.git
synced 2025-12-08 17:36:16 +00:00
6 lines
107 B
TypeScript
6 lines
107 B
TypeScript
import Theme from 'vitepress/theme';
|
|
import './style.css';
|
|
import './homepage.css';
|
|
|
|
export default Theme;
|