const { plugin: { store }, ui: { TextBox, Text }, } = shelter; export default () => ( <> Unsloth Studio URL { store.unslothUrl = value; }} />
Unsloth API Key (optional) { store.unslothKey = value; }} />
);