useEffect aus einausgaenge.tsx wurde entfernt und durch den useLoadScript-Hook ersetzt.
This commit is contained in:
@@ -2,7 +2,11 @@
|
||||
import { useEffect, useState } from "react";
|
||||
|
||||
export function useLoadScript() {
|
||||
const [mockData, setMockData] = useState();
|
||||
const [mockData, setMockData] = useState({
|
||||
win_de: Array(32).fill(0),
|
||||
win_counter: Array(32).fill(0),
|
||||
win_flutter: Array(32).fill(0),
|
||||
});
|
||||
const [isLoading, setIsLoading] = useState(true);
|
||||
|
||||
useEffect(() => {
|
||||
|
||||
Reference in New Issue
Block a user