mirror of
https://github.com/Hestia-Homes/assessment-model.git
synced 2026-06-08 11:37:25 +00:00
Fixing file name issue
This commit is contained in:
parent
83faddb756
commit
7fcb74a2bf
5 changed files with 5 additions and 4 deletions
|
|
@ -7,6 +7,7 @@ export function TanButton({
|
|||
label: string;
|
||||
onClick: Dispatch<SetStateAction<any>>;
|
||||
}) {
|
||||
// General tan colored button
|
||||
return (
|
||||
<button
|
||||
type="button"
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
import { Dialog, Transition } from "@headlessui/react";
|
||||
import { Dispatch, Fragment, SetStateAction, useState } from "react";
|
||||
import { TanButton } from "../Button";
|
||||
import { TanButton } from "../Buttons";
|
||||
import PartDropdown from "./PartDropdown";
|
||||
|
||||
export default function PartModal({
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
import { Dialog, Transition } from "@headlessui/react";
|
||||
import { Dispatch, Fragment, SetStateAction, useState } from "react";
|
||||
import { TanButton } from "../Button";
|
||||
import { TanButton } from "../Buttons";
|
||||
import EpcDropdownMenu from "../../components/property/EpcDropDownMenu";
|
||||
import { EpcRating } from "@/types/epc";
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
import { Dialog, Transition } from "@headlessui/react";
|
||||
import { Dispatch, Fragment, SetStateAction } from "react";
|
||||
import { TanButton } from "../Button";
|
||||
import { TanButton } from "../Buttons";
|
||||
import { EpcRating } from "@/types/epc";
|
||||
|
||||
export default function PartModal({
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ import { useRouter } from "next/navigation";
|
|||
import { useQuery } from "@tanstack/react-query";
|
||||
import EditEpcTargetModal from "../../../../components/property/EditEpcTargetModal";
|
||||
import PartCard from "@/app/components/property/PartCard";
|
||||
import { TanButton } from "@/app/components/Button";
|
||||
import { TanButton } from "@/app/components/Buttons";
|
||||
import { fetchData } from "./utils";
|
||||
import BackToPortfolio from "@/app/components/portfolio/BackToPortfolio";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue