mirror of
https://github.com/vercel/commerce.git
synced 2025-05-14 21:47:51 +00:00
Removed unused objects
This commit is contained in:
parent
8d79f20e88
commit
ef14b5423c
@ -1,10 +0,0 @@
|
||||
import PlaceholderStringInput from '../../components/inputs/PlaceholderString'
|
||||
|
||||
export default {
|
||||
name: 'placeholderString',
|
||||
title: 'Title',
|
||||
type: 'string',
|
||||
components: {
|
||||
input: PlaceholderStringInput,
|
||||
},
|
||||
}
|
@ -1,11 +0,0 @@
|
||||
import {defineField} from 'sanity'
|
||||
import ProxyStringInput from '../../components/inputs/ProxyString'
|
||||
|
||||
export default defineField({
|
||||
name: 'proxyString',
|
||||
title: 'Title',
|
||||
type: 'string',
|
||||
components: {
|
||||
input: ProxyStringInput,
|
||||
},
|
||||
})
|
Loading…
x
Reference in New Issue
Block a user