Create all components

This commit is contained in:
hamid zarghami
2025-11-18 14:38:08 +03:30
parent 1a0c869101
commit 8070a3f837
16 changed files with 181 additions and 64 deletions
@@ -0,0 +1,9 @@
const SelectInstruction = () => (
<div className="text-sm text-gray-600">
<p>برای انتخاب و جابجایی اشیاء، روی آنها کلیک کنید</p>
</div>
);
export default SelectInstruction;