Rename select helper to group

This commit is contained in:
Mitchell McCaffrey
2021-05-24 15:17:23 +10:00
parent b776b86186
commit 0917ef05a1
7 changed files with 6 additions and 6 deletions

View File

@@ -5,7 +5,7 @@ import MapTileGroup from "./MapTileGroup";
import SortableTiles from "../tile/SortableTiles";
import { getGroupItems } from "../../helpers/select";
import { getGroupItems } from "../../helpers/group";
import { useGroup } from "../../contexts/GroupContext";

View File

@@ -13,7 +13,7 @@ import { SortableContext, arrayMove } from "@dnd-kit/sortable";
import { animated, useSpring, config } from "react-spring";
import { Grid } from "theme-ui";
import { combineGroups, moveGroups } from "../../helpers/select";
import { combineGroups, moveGroups } from "../../helpers/group";
import useResponsiveLayout from "../../hooks/useResponsiveLayout";

View File

@@ -5,7 +5,7 @@ import TokenTileGroup from "./TokenTileGroup";
import SortableTiles from "../tile/SortableTiles";
import { getGroupItems } from "../../helpers/select";
import { getGroupItems } from "../../helpers/group";
import { useGroup } from "../../contexts/GroupContext";