mirror of
https://github.com/makeplane/plane
synced 2025-08-07 19:59:33 +00:00
chore: web app use client directive (#4747)
* chore: use client directive * chore: use client directive
This commit is contained in:
committed by
GitHub
parent
c880e8b48c
commit
d3556f457b
@@ -1,3 +1,5 @@
|
||||
"use client";
|
||||
|
||||
import React, { FC, useMemo, useState } from "react";
|
||||
import { useForm } from "react-hook-form";
|
||||
// types
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
"use client";
|
||||
import { FC } from "react";
|
||||
import { useForm } from "react-hook-form";
|
||||
import { IFormattedInstanceConfiguration, TInstanceImageConfigurationKeys } from "@plane/types";
|
||||
|
||||
Reference in New Issue
Block a user