mirror of
https://github.com/voltbonn/profile-picture-generator.git
synced 2024-12-21 23:35:05 +00:00
whitespace
This commit is contained in:
parent
27ee7ba580
commit
9eaacd33ea
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
import { useState, useEffect, useCallback } from 'react'
|
||||
|
||||
function FrameChooser({onChange}) {
|
||||
function FrameChooser({ onChange }) {
|
||||
const [frames, setFrames] = useState([])
|
||||
const [choosenFrame, setChoosenFrame] = useState(null)
|
||||
|
||||
|
|
Loading…
Reference in a new issue