Forgot an import

This commit is contained in:
DrMint 2023-06-12 09:56:23 +02:00
parent 22e1bf4842
commit 7efa43a630
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ import { prettySlug } from "helpers/formatters";
import { Paginator } from "components/Containers/Paginator"; import { Paginator } from "components/Containers/Paginator";
import { useFormat } from "hooks/useFormat"; import { useFormat } from "hooks/useFormat";
import { getFormat } from "helpers/i18n"; import { getFormat } from "helpers/i18n";
import { useAtomSetter } from "helpers/atoms"; import { useAtomGetter, useAtomSetter } from "helpers/atoms";
import { atoms } from "contexts/atoms"; import { atoms } from "contexts/atoms";
/* /*