Skip to content

Commit

Permalink
Update Aoc1818.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
nuoxoxo authored Sep 20, 2023
1 parent cc4728c commit 4fd8974
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/includes/Aoc1818.tsx
Original file line number Diff line number Diff line change
@@ -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)]
Expand Down

0 comments on commit 4fd8974

Please sign in to comment.