tachiyomi-website/website/src/.vitepress/config/icons.ts
Soitora ca560632b8
Attempt to move website to git subdirectory
Better readability as there's a bunch of files that are not related to each other in the root directory
2023-07-26 01:12:38 +02:00

10 lines
105 B
TypeScript

import { mdiBarcode } from "@mdi/js";
export default {
setup() {
return {
mdiBarcode,
};
},
};