add theme props

This commit is contained in:
SethBurkart123
2024-03-31 16:09:55 +11:00
parent 8ac3b1de71
commit 8736093ff6
3 changed files with 11 additions and 1 deletions
+3
View File
@@ -1,7 +1,10 @@
import CodeEditor from '../components/CodeEditor';
import Accordion from '../components/Accordian';
import { useState } from 'react';
export default function ThemeCreator() {
const [theme, setTheme] = useState();
const handleSave = (value: string) => {
// Save the theme
console.log(value)