From 7e5f94f824e620f757c0f4588ae0ea80a22ef0e0 Mon Sep 17 00:00:00 2001 From: Liam Boddin Date: Thu, 14 Sep 2023 12:07:44 +0200 Subject: [PATCH] Fixed formatting in website code --- .../src/app/management/poiTypes/client.tsx | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/Website/src/app/management/poiTypes/client.tsx b/Website/src/app/management/poiTypes/client.tsx index 1a6b91e..0af4fbc 100644 --- a/Website/src/app/management/poiTypes/client.tsx +++ b/Website/src/app/management/poiTypes/client.tsx @@ -5,17 +5,17 @@ This is a co-located client-component. It is not in the components folder, becau else, but also not in ´page.tsx` as we need to obtain the currently selected track id on the server. */ -import { useState } from "react" -import useSWR from "swr" -import { Option } from "@/utils/types" -import { CreatePOIType, POITypeIcon } from "@/utils/api" -import { Options, SingleValue } from "react-select" -import IconSelection from "@/app/management/components/iconSelection" -import { getFetcher } from "@/utils/fetcher" -import { ErrorMessage } from "@/app/management/components/errorMessage" -import StyledSelect from "@/app/management/components/styledSelect" -import { InputWithLabel } from "@/app/management/components/inputWithLabel" -import ManagementForm from "@/app/management/components/managementForm" +import { useState } from "react"; +import useSWR from "swr"; +import { Option } from "@/utils/types"; +import { CreatePOIType, POITypeIcon } from "@/utils/api"; +import { Options, SingleValue } from "react-select"; +import IconSelection from "@/app/management/components/iconSelection"; +import { getFetcher } from "@/utils/fetcher"; +import { ErrorMessage } from "@/app/management/components/errorMessage"; +import StyledSelect from "@/app/management/components/styledSelect"; +import { InputWithLabel } from "@/app/management/components/inputWithLabel"; +import ManagementForm from "@/app/management/components/managementForm"; export default function POITypeManagement({ noFetch = false }: { noFetch?: boolean }) { // fetch Vehicle information with swr.