fix(SW-592): Show search in mobile

This commit is contained in:
Pontus Dreij
2024-10-10 14:26:48 +02:00
parent 353ae5ec80
commit 56193b0821
3 changed files with 24 additions and 12 deletions

View File

@@ -10,7 +10,6 @@ import {
import { useFormContext, useWatch } from "react-hook-form"
import { useIntl } from "react-intl"
import Body from "@/components/TempDesignSystem/Text/Body"
import Caption from "@/components/TempDesignSystem/Text/Caption"
import Input from "../Input"