import React from 'react'; import Toolbar from './components/ToolBar/ToolBar'; import ChatBox from './components/ChatBox/ChatBox'; import DicePanel from './components/DicePanel/DicePanel'; import ImageDisplay from './components/ImageDisplay/ImageDisplay'; import PresetPanel from './components/PresetPanel/PresetPanel'; import './index.css'; function App() { return (