mirror of
https://github.com/r2r90/canvas-label.git
synced 2026-01-27 12:37:15 +00:00
adding canvas size button to sidebar - without fonctionality
This commit is contained in:
@@ -3,10 +3,12 @@ import ImageInput from "@/components/layout/sidebar/image-input";
|
||||
import { SelectTemplate } from "@/components/layout/sidebar/select-template";
|
||||
import { Button } from "@/components/ui/button";
|
||||
import { useAppDispatch } from "@/hooks";
|
||||
import SizeSelect from "@/components/layout/sidebar/size-select";
|
||||
|
||||
export function Sidebar() {
|
||||
return (
|
||||
<div className="flex h-full w-20 flex-col gap-2 p-2">
|
||||
<SizeSelect />
|
||||
<TextInput />
|
||||
<ImageInput />
|
||||
<SelectTemplate />
|
||||
|
||||
Reference in New Issue
Block a user