bazarr/frontend/src/Router/RouterNames.ts

5 lines
76 B
TypeScript

export const RouterNames = {
Auth: "/login",
NotFound: "/not-found",
};