All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
11 lines
No EOL
232 B
TypeScript
11 lines
No EOL
232 B
TypeScript
import Appearance from './Appearance.vue';
|
|
import Notifications from './Notifications.vue';
|
|
import Keybinds from './Keybinds.vue';
|
|
import Language from './Language.vue';
|
|
|
|
export {
|
|
Appearance,
|
|
Notifications,
|
|
Keybinds,
|
|
Language,
|
|
} |