chore: Move animations and globals from shared directory (#2344)

This commit is contained in:
Tom Moor
2021-07-21 13:34:55 -04:00
committed by GitHub
parent bba8cd183b
commit 6e07ee3f3e
19 changed files with 18 additions and 18 deletions

View File

@ -1,7 +1,7 @@
// @flow
import { Table, TBody, TR, TD } from "oy-vey";
import * as React from "react";
import theme from "../../../shared/styles/theme";
import theme from "../../../shared/theme";
import { twitterUrl } from "../../../shared/utils/routeHelpers";
type Props = {