You've already forked AstralRinth
forked from didirus/AstralRinth
Initial monorepo setup
This commit is contained in:
Vendored
+5
@@ -0,0 +1,5 @@
|
||||
declare module '*.vue' {
|
||||
import { defineComponent } from 'vue';
|
||||
const component: ReturnType<typeof defineComponent>;
|
||||
export default component;
|
||||
}
|
||||
Reference in New Issue
Block a user