File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
webtool/frontend/src/components/household Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 1- import { FunctionComponent , useContext } from "react"
1+ import { FunctionComponent } from "react"
22import { Card , DataList , Flex } from "@radix-ui/themes"
33import { HouseholdGroup } from "local4local"
44import { HouseholdHeading } from "./household-heading.tsx"
55import { CardMenu } from "./../card-menu.tsx"
66import { DivWithInfo } from "../info/label-with-info.tsx"
77import { titles } from '../info/titles.tsx' ;
8- import { IsDevModeContext } from "../devmode/DevMode.ts"
98
109export const HouseholdDisplay : FunctionComponent < {
1110 householdGroup : HouseholdGroup ,
Original file line number Diff line number Diff line change 1- import { FormEvent , FunctionComponent , useContext } from "react"
1+ import { FormEvent , FunctionComponent } from "react"
22import { HouseholdGroup } from "local4local"
33import { Button , Card } from "@radix-ui/themes"
44import { HouseholdHeading } from "./household-heading.tsx"
55import { getWithDefault } from "../default.ts"
66import { LabelWithInfo } from "../info/label-with-info.tsx"
77import { titles } from '../info/titles.tsx' ;
8- import { IsDevModeContext } from "../devmode/DevMode.ts"
98
109export const HouseholdForm : FunctionComponent < {
1110 initialData ?: HouseholdGroup | null ;
You can’t perform that action at this time.
0 commit comments