Moved dice folder

This commit is contained in:
Mitchell McCaffrey
2020-05-28 13:06:33 +10:00
parent 1e0f767e73
commit b8e5554058
12 changed files with 22 additions and 22 deletions

View File

@@ -2,7 +2,7 @@ import React, { useState } from "react";
import { Flex, IconButton } from "theme-ui";
import ExpandMoreDiceIcon from "../../icons/ExpandMoreDiceIcon";
import DiceTrayOverlay from "./dice/DiceTrayOverlay";
import DiceTrayOverlay from "../dice/DiceTrayOverlay";
import { DiceLoadingProvider } from "../../contexts/DiceLoadingContext";