change folder structure

This commit is contained in:
Julian Krauser 2025-02-15 11:08:09 +01:00
parent 662f36b3e2
commit 1d2e113c4b
140 changed files with 400 additions and 323 deletions

View file

@ -1,4 +1,4 @@
import type { CalendarTypeViewModel } from "../settings/calendarType.models";
import type { CalendarTypeViewModel } from "../configuration/calendarType.models";
export interface CalendarViewModel {
id: string;

View file

@ -1,4 +1,4 @@
import type { CommunicationTypeViewModel } from "../../settings/communicationType.models";
import type { CommunicationTypeViewModel } from "../../configuration/communicationType.models";
export interface CommunicationViewModel {
id: number;

View file

@ -1,6 +1,6 @@
import type { CommunicationViewModel } from "./communication.models";
import type { MembershipViewModel } from "./membership.models";
import type { SalutationViewModel } from "../../settings/salutation.models";
import type { SalutationViewModel } from "../../configuration/salutation.models";
export interface MemberViewModel {
id: string;

View file

@ -1,4 +1,4 @@
import type { QueryViewModel } from "../../settings/query.models";
import type { QueryViewModel } from "../../configuration/query.models";
export interface NewsletterViewModel {
id: number;