mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-15 21:05:22 +01:00
8 lines
210 B
JavaScript
8 lines
210 B
JavaScript
import React from 'react';
|
|
|
|
import TextControl from "../../../../../../modules/ui/components/controls/TextControl";
|
|
|
|
export default function FaceSelectionControl(props) {
|
|
return <TextControl {...props} />
|
|
}
|
|
|