shared library hinzugefügt

This commit is contained in:
PxlLoewe
2025-06-26 20:40:23 -07:00
parent a93e95eb95
commit 122cdda486
59 changed files with 163 additions and 246 deletions

View File

@@ -27,7 +27,7 @@ import { getConnectedAircraftsAPI } from "_querys/aircrafts";
import { HPGValidationRequired } from "_helpers/hpgValidationRequired";
import { selectRandomHPGMissionSzenery } from "_helpers/selectRandomHPGMission";
import { AxiosError } from "axios";
import { cn } from "_helpers/cn";
import { cn } from "@repo/shared-components";
export const MissionForm = () => {
const { editingMissionId, setEditingMission } = usePannelStore();

View File

@@ -1,5 +1,5 @@
import { usePannelStore } from "_store/pannelStore";
import { cn } from "_helpers/cn";
import { cn } from "@repo/shared-components";
import { MissionForm } from "./MissionForm";
import { Rss, Trash2Icon } from "lucide-react";
import { useEffect } from "react";

View File

@@ -2,7 +2,7 @@
import { Pannel } from "dispatch/_components/pannel/Pannel";
import { usePannelStore } from "_store/pannelStore";
import { cn } from "_helpers/cn";
import { cn } from "@repo/shared-components";
import dynamic from "next/dynamic";
import { Chat } from "../_components/left/Chat";
import { Report } from "../_components/left/Report";