Add WIP external action buttons

This commit is contained in:
Gabe Kangas
2022-05-05 15:01:23 -07:00
parent 44173ac09d
commit 97b957adbe
6 changed files with 87 additions and 10 deletions

View File

@@ -1,6 +1,6 @@
import React from 'react';
import { ComponentStory, ComponentMeta } from '@storybook/react';
import ExternalActionButton from '../components/ExternalActionButton';
import ExternalActionButton from '../components/action-buttons/ExternalActionButton';
export default {
title: 'owncast/External action button',