diff --git a/src/app/game/berry-dash/chatroom/page.tsx b/src/app/game/berry-dash/chatroom/page.tsx index f73473c..6ee9d02 100644 --- a/src/app/game/berry-dash/chatroom/page.tsx +++ b/src/app/game/berry-dash/chatroom/page.tsx @@ -6,8 +6,7 @@ import { DiscordButton } from '@/app/components/DiscordButton' import { GetIconForUser } from '@/util/bd' import { getCookie } from '@/util/cookie' import { formatHumanTime } from '@/util/time' -import { faTrashCan } from '@fortawesome/free-regular-svg-icons' -import { faPencil } from '@fortawesome/free-solid-svg-icons' +import { faPencil, faTrashCan } from '@fortawesome/free-solid-svg-icons' import { FontAwesomeIcon } from '@fortawesome/react-fontawesome' import axios from 'axios' import { useEffect, useRef, useState } from 'react'