mirror of
https://github.com/r2r90/canvas-label.git
synced 2026-01-29 21:22:22 +00:00
Started test version
This commit is contained in:
@@ -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>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user