Skip to content

Commit

Permalink
chore: rm import
Browse files Browse the repository at this point in the history
  • Loading branch information
VariableVic committed Dec 19, 2024
1 parent 7745f37 commit d3ef66c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion backend/src/admin/routes/companies/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import {
import { QueryCompany } from "@starter/types";
import { CompanyActionsMenu, CompanyCreateDrawer } from "../../components";
import { useAdminCustomerGroups, useCompanies } from "../../hooks";
import { useEffect } from "react";

const Companies = () => {
const { data, loading, refetch } = useCompanies({
Expand Down

0 comments on commit d3ef66c

Please sign in to comment.