Fix missing import

This commit is contained in:
Aurora Lahtela 2024-04-06 21:56:01 +03:00
parent 5d109a7877
commit c5dac18405
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ import JoinAddressGraphCard from "../server/graphs/JoinAddressGraphCard.jsx";
import {Col} from "react-bootstrap";
import React from "react";
import AddressGroupSelectorRow from "./AddressGroupSelectorRow.jsx";
import {JoinAddressListContextProvider} from "../../../hooks/context/joinAddressListContextHook.jsx";
const JoinAddresses = ({id, seeTime, identifier}) => {
return (