Merge branch 'main' into new-admin

This commit is contained in:
baldo 2022-09-14 16:17:51 +02:00
commit 7cb11259dc
37 changed files with 2960 additions and 1311 deletions
frontend/src/router

View file

@ -20,9 +20,9 @@ import {
isSortDirection,
isString,
type JSONValue,
parseJSON,
type TypeGuard,
} from "@/types";
import { parseJSON } from "@/shared/utils/json";
export interface Route {
name: RouteName;