Merge branch 'canvas/doing-stuff' into 'main'

alert level has a complete form

See merge request vkuchenik/website-framework!55
This commit is contained in:
2025-08-06 23:28:23 +00:00
8 changed files with 107 additions and 54 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
import Header from './Header/Header.jsx';
import Sidebar from './Sidebar/Sidebar.jsx';
import Canvas from './Canvas/Canvas.jsx';
import { Grid, GridItem, useRecipe } from '@chakra-ui/react';
import { Grid, GridItem, useRecipe, Dialog } from '@chakra-ui/react';
import { useState } from 'react';
export default function Dashboard() {