Skip to content

Commit

Permalink
fix: nextjs build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
virtual-designer authored Dec 8, 2023
1 parent 6d7b830 commit c4074a2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/view_deleted_messages/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
* along with SudoBot Dashboard. If not, see <https://www.gnu.org/licenses/>.
*/

"use server";

import { APIDeletedMessage } from "@/types/APIMessage";
import axios, { AxiosResponse } from "axios";
import { ComponentProps, FC } from "react";
Expand Down

0 comments on commit c4074a2

Please sign in to comment.