Skip to content

Commit

Permalink
Fix unused line
Browse files Browse the repository at this point in the history
  • Loading branch information
suecharo committed Aug 21, 2024
1 parent 16e841e commit a258fa0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/DownloadScriptsButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import { policyConfigsAtom, policyTreeAtom, s3ConfigAtom, formInputtedSelector,
import { mapBackupFiles } from "@/utils"
import backupScript from "@/backup.sh?raw" // Cannot import as text file from public directory
import JSZip from "jszip"
import CodeBlock from "./CodeBlock"

interface DownloadScriptsButtonProps {
sx?: SxProps
Expand Down

0 comments on commit a258fa0

Please sign in to comment.