Finish web app translation

This commit is contained in:
Philipp Heckel 2022-04-08 10:44:35 -04:00
parent 893701c07b
commit 30726144b8
10 changed files with 272 additions and 132 deletions

View file

@ -13,4 +13,5 @@ const routes = {
return `/${subscription.topic}`;
}
};
export default routes;