Rename select helper to group
This commit is contained in:
parent
b776b86186
commit
0917ef05a1
@ -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";
|
||||
|
||||
|
@ -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";
|
||||
|
||||
|
@ -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";
|
||||
|
||||
|
@ -3,7 +3,7 @@ import cloneDeep from "lodash.clonedeep";
|
||||
|
||||
import { useKeyboard, useBlur } from "./KeyboardContext";
|
||||
|
||||
import { getGroupItems, groupsFromIds } from "../helpers/select";
|
||||
import { getGroupItems, groupsFromIds } from "../helpers/group";
|
||||
|
||||
import shortcuts from "../shortcuts";
|
||||
|
||||
|
@ -14,7 +14,7 @@ import MapTiles from "../components/map/MapTiles";
|
||||
import TilesOverlay from "../components/tile/TilesOverlay";
|
||||
import TilesContainer from "../components/tile/TilesContainer";
|
||||
|
||||
import { groupsFromIds, itemsFromGroups, findGroup } from "../helpers/select";
|
||||
import { groupsFromIds, itemsFromGroups, findGroup } from "../helpers/group";
|
||||
import { createMapFromFile } from "../helpers/map";
|
||||
|
||||
import useResponsiveLayout from "../hooks/useResponsiveLayout";
|
||||
|
@ -14,7 +14,7 @@ import TokenTiles from "../components/token/TokenTiles";
|
||||
import TilesOverlay from "../components/tile/TilesOverlay";
|
||||
import TilesContainer from "../components/tile/TilesContainer";
|
||||
|
||||
import { groupsFromIds, itemsFromGroups } from "../helpers/select";
|
||||
import { groupsFromIds, itemsFromGroups } from "../helpers/group";
|
||||
import { createTokenFromFile } from "../helpers/token";
|
||||
|
||||
import useResponsiveLayout from "../hooks/useResponsiveLayout";
|
||||
|
Loading…
Reference in New Issue
Block a user