Add fork-awesome-stack.tsx and extract types

Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>
This commit is contained in:
Tilman Vatteroth 2020-08-23 15:03:42 +02:00 committed by mrdrogdrog
parent dfdc652503
commit 058b6ab97a
14 changed files with 50 additions and 18 deletions

View file

@ -1,6 +1,7 @@
import React from 'react'
import { ForkAwesomeIcon, IconName } from '../../../common/fork-awesome/fork-awesome-icon'
import { ForkAwesomeIcon } from '../../../common/fork-awesome/fork-awesome-icon'
import './social-link-button.scss'
import { IconName } from '../../../common/fork-awesome/types'
export interface SocialButtonProps {
backgroundClass: string,