mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-16 05:23:19 +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} />
|
|
}
|
|
|