Update components to use the new style/color names

This commit is contained in:
Gabe Kangas
2022-07-10 16:42:35 -07:00
parent 9ec1d75d32
commit 255585cd9f
12 changed files with 75 additions and 47 deletions

View File

@@ -1,7 +1,7 @@
/* eslint-disable no-useless-escape */
import React from 'react';
import { ComponentStory, ComponentMeta } from '@storybook/react';
import CustomPageContent from '../components/CustomPageContent';
import CustomPageContent from '../components/ui/CustomPageContent/CustomPageContent';
export default {
title: 'owncast/Components/Custom page content',