All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
13 lines
No EOL
258 B
TypeScript
13 lines
No EOL
258 B
TypeScript
import Profile from './Profile.vue';
|
|
import Account from './Account.vue';
|
|
import Privacy from './Privacy.vue';
|
|
import Devices from './Devices.vue';
|
|
import Connections from './Connections.vue';
|
|
|
|
export {
|
|
Profile,
|
|
Account,
|
|
Privacy,
|
|
Devices,
|
|
Connections,
|
|
} |