From d7ab348e4b4eac67b35873ff8c19046ec87446ad Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Thu, 5 Jan 2023 20:49:03 -0800 Subject: [PATCH] Fix bad import after moving data files --- components/RaidDropdown/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/RaidDropdown/index.tsx b/components/RaidDropdown/index.tsx index 52bfcc76..a1ef9ad6 100644 --- a/components/RaidDropdown/index.tsx +++ b/components/RaidDropdown/index.tsx @@ -8,7 +8,7 @@ import SelectGroup from '~components/SelectGroup' import api from '~utils/api' import organizeRaids from '~utils/organizeRaids' import { appState } from '~utils/appState' -import { raidGroups } from '~utils/raidGroups' +import { raidGroups } from '~data/raidGroups' import './index.scss'