Login:Components:WizardForm: add use client

This commit is contained in:
Darya Umrikhina 2024-07-19 15:11:42 +04:00
parent 9c9e7d3bc2
commit ad867802e2

View File

@ -24,6 +24,8 @@
// content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0
// International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode
"use client";
import styled from "styled-components";
import { mobile, tablet } from "@docspace/shared/utils/device";