Migrate countdown to storybook

This commit is contained in:
Chris Svenningsen 2020-08-20 15:08:12 -07:00 committed by Josh Perez
parent 1ca3ec47f8
commit 6aeaabf505
3 changed files with 45 additions and 24 deletions

View file

@ -1,7 +1,7 @@
import React from 'react';
// import classNames from 'classnames';
interface Props {
export interface Props {
duration: number;
expiresAt: number;
onComplete?: () => unknown;