first commit on the UIShell

This commit is contained in:
adan.ulloa 2020-01-02 12:04:41 -06:00 committed by Adan Ulloa
commit 93b912240f
13 changed files with 492 additions and 0 deletions

View file

@ -78,6 +78,7 @@ import ToggleSmall, { ToggleSmallSkeleton } from './components/ToggleSmall';
import Tooltip from './components/Tooltip';
import TooltipDefinition from './components/TooltipDefinition';
import TooltipIcon from './components/TooltipIcon';
import UIShell from './components/UIShell';
import UnorderedList from './components/UnorderedList';
export {
@ -192,5 +193,6 @@ export {
Tooltip,
TooltipDefinition,
TooltipIcon,
UIShell,
UnorderedList
};