thepaperpilot
ba419df6ed
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 1m5s
7 lines
126 B
TypeScript
7 lines
126 B
TypeScript
import DefaultTheme from 'vitepress/theme';
|
|
import Layout from './Layout.vue';
|
|
|
|
export default {
|
|
...DefaultTheme,
|
|
Layout
|
|
};
|