feat: use mail manager and mail providers

Signed-off-by: Sebastian Krupinski <krupinski01@gmail.com>
This commit is contained in:
2026-07-19 07:08:48 -04:00
parent d8f0b4073c
commit fc3f4c28db
19 changed files with 3622 additions and 2171 deletions
+13
View File
@@ -0,0 +1,13 @@
import '@/style.css'
import routes from '@/routes'
import integrations from '@/integrations'
import type { App as VueApp } from 'vue'
export const css = ['__CSS_FILENAME_PLACEHOLDER__']
export { routes, integrations }
export default {
install(_app: VueApp) {
}
}