Skip to content

Commit

Permalink
Code clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
johanna-skylight committed Feb 6, 2025
1 parent 22f32c2 commit c364daf
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
"use client";

import { useContext } from "react";
import Drawer from "@/app/ui/designSystem/drawer/Drawer";
import { DataContext } from "./DataProvider";
import classNames from "classnames";
import { Checkbox } from "@trussworks/react-uswds";
import Drawer from "@/app/ui/designSystem/drawer/Drawer";
import { DataContext } from "./DataProvider";

/**
* @returns TeamQueryEditSection component which is the collapsible section that allows to edit members and queries of a team
Expand Down

0 comments on commit c364daf

Please sign in to comment.