Skip to content

Commit

Permalink
fix(build): errors in /view_deleted_messages page
Browse files Browse the repository at this point in the history
  • Loading branch information
virtual-designer committed Jan 4, 2024
1 parent ca56874 commit 7db807b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/view_deleted_messages/loading.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 client";

import { LinearProgress } from "@mui/material";
import { FC } from "react";

Expand Down

0 comments on commit 7db807b

Please sign in to comment.