From 4fd897437e536bcfb39b07334e5f77465b9b643c Mon Sep 17 00:00:00 2001 From: "nuo.o" <49533950+nuoxoxo@users.noreply.github.com> Date: Wed, 20 Sep 2023 20:52:10 +0200 Subject: [PATCH] Update Aoc1818.tsx --- src/includes/Aoc1818.tsx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/includes/Aoc1818.tsx b/src/includes/Aoc1818.tsx index bf9dfc2..fb53308 100644 --- a/src/includes/Aoc1818.tsx +++ b/src/includes/Aoc1818.tsx @@ -1,8 +1,5 @@ import { useState, useEffect } from "react" -import { - FetchData, - Deepcopy2DArray, -} from "../helpers/Helpers" +import { FetchData, Deepcopy2DArray } from "../helpers/Helpers" const suffixes = ['in', 'alt'] const choice = suffixes[Math.floor(Math.random() * suffixes.length)]