Skip to content

Commit

Permalink
Fix typo import
Browse files Browse the repository at this point in the history
  • Loading branch information
atrincas committed Nov 5, 2024
1 parent 1cb1a3c commit 054651a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { FC, useState } from "react";
import { PageFilter } from "@shared/dto/widgets/page-filter.entity";
import { useSetAtom } from "jotai";

import useFilters from "@/hooks/useFilters";
import useFilters from "@/hooks/use-filters";

import FilterSelect from "@/containers/filter/filter-select";
import { showOverlayAtom } from "@/containers/overlay/store";
Expand Down

0 comments on commit 054651a

Please sign in to comment.