Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
eggplantiny committed Nov 6, 2024
1 parent b6ca2df commit 1fab097
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/src/pages/svg-to-png-page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export function SvgToPngPage() {
title: 'SVG to PNG',
})

const [svg, setSvg] = useSessionStorage<string>('svg-to-png:svg', '')
const [_svg, setSvg] = useSessionStorage<string>('svg-to-png:svg', '')
const [image, setImage] = useState<string>()

function onInput(event: React.ChangeEvent<HTMLInputElement>) {
Expand Down

0 comments on commit 1fab097

Please sign in to comment.