Removed unused objects

This commit is contained in:
Henrik Larsson 2023-08-14 12:12:18 +02:00
parent 8d79f20e88
commit ef14b5423c
2 changed files with 0 additions and 21 deletions

View File

@ -1,10 +0,0 @@
import PlaceholderStringInput from '../../components/inputs/PlaceholderString'
export default {
name: 'placeholderString',
title: 'Title',
type: 'string',
components: {
input: PlaceholderStringInput,
},
}

View File

@ -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,
},
})