Skip to content

Commit

Permalink
bump depends
Browse files Browse the repository at this point in the history
  • Loading branch information
RealFascinated committed Nov 18, 2024
1 parent 09c766e commit 26e607c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
Binary file modified bun.lockb
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,14 @@ import { Button } from "@/components/ui/button";
import Link from "next/link";

type PlaylistDownloadButtonProps = {
/**
* The name of the playlist
*/
name: string;

/**
* The url to download the playlist
*/
url: string;
};

Expand Down

0 comments on commit 26e607c

Please sign in to comment.