Started test version

This commit is contained in:
Artur AGH
2023-12-16 09:28:22 +01:00
parent a6135ff964
commit 493c787831
22 changed files with 1073 additions and 44 deletions

View File

@@ -4,7 +4,7 @@ import SizeSelect from "@/components/layout/sidebar/size-select";
import { BackgroundSelect } from "@/components/layout/sidebar/background-select";
import { Layers } from "@/components/layout/sidebar/layers";
import { SelectTemplate } from "@/components/layout/sidebar/select-template";
import { Switch } from "@/components/ui/switch";
import { ImageGallery } from "@/components/layout/sidebar/image-gallery";
export function Sidebar() {
return (
@@ -14,6 +14,7 @@ export function Sidebar() {
<ImageInput />
<SelectTemplate />
<BackgroundSelect />
<ImageGallery />
<Layers />
</div>
);