Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
aamirazad committed Jul 10, 2024
1 parent 20df473 commit 05b7def
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/document-viewer.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
"use client";

import { useState, useEffect, useRef } from "react";
import { Button, buttonVariants } from "./ui/button";
import { useRouter } from "next/navigation";
import { getUserData } from "@/app/actions";
Expand Down Expand Up @@ -172,7 +171,7 @@ function DocumentViewer(props: { id: number }) {
</p>
</object>
</div>
<div className="flex flex-shrink-0 flex-col gap-8">
<div className="flex flex-col gap-8">
<Button
onClick={(e) => {
e.preventDefault();
Expand Down

0 comments on commit 05b7def

Please sign in to comment.