text toolbar - delete text button added

This commit is contained in:
Artur AGH
2023-10-27 15:45:49 +02:00
parent 74accdcb14
commit 46d0d98886
25 changed files with 657 additions and 114 deletions

View File

@@ -1,5 +1,5 @@
import type { ReactNode } from "react";
import { Sidebar } from "./sidebar";
import { Sidebar } from "./sidebar/sidebar";
import { Navbar } from "./navbar";
type Props = {