1
0
Fork 0
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:
thomasrosen 2021-09-17 18:47:20 +02:00
parent 27ee7ba580
commit 9eaacd33ea

View file

@ -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)