Revert "Package updates prior to release"

This reverts commit af2a84d379.
This commit is contained in:
DaneEveritt 2022-06-26 17:19:12 -04:00
parent af2a84d379
commit 13bdb66ff0
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
4 changed files with 3016 additions and 2309 deletions

View file

@ -1,6 +1,6 @@
import React, { useMemo } from 'react';
import styled from 'styled-components/macro';
import { v4 } from 'uuid';
import v4 from 'uuid/v4';
import tw from 'twin.macro';
import Label from '@/components/elements/Label';
import Input from '@/components/elements/Input';