mirror of
https://github.com/tomru/advcal.git
synced 2026-03-03 06:27:17 +01:00
use jsx extension for react stuff
This commit is contained in:
@@ -2,7 +2,7 @@ import React, { useEffect, useState } from "react";
|
||||
|
||||
import AppContext from "./app";
|
||||
|
||||
const AppProvider = ({ debug, children }) => {
|
||||
const AppProvider = ({ debug = false, children }) => {
|
||||
const [songs, setSongs] = useState(null);
|
||||
const [openSong, setOpenSong] = useState(null);
|
||||
|
||||
Reference in New Issue
Block a user