Switch to non default exports
At least for all of our typescript files we want to switch to non default exports. This way we can handle functions, classes, types and interfaces the same way on import.
I'm currently not sure if we can switch to non default exports for all of the vue components and the pages especially, but for the ts classes this switch should be done.