mirror of
https://github.com/MODSetter/SurfSense.git
synced 2025-09-02 02:29:08 +00:00
Fixed erroneous 'use server' in ui component
This commit is contained in:
parent
544c75d6ad
commit
a9ad7bcb2c
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
"use server";
|
||||
"use client";
|
||||
|
||||
import { cookies } from "next/headers";
|
||||
import type React from "react";
|
||||
|
|
Loading…
Add table
Reference in a new issue