Skip to content

Commit

Permalink
refactor(sanity): rename asset source directory
Browse files Browse the repository at this point in the history
  • Loading branch information
mariuslundgard committed Oct 4, 2022
1 parent ac825dd commit 1036d41
Show file tree
Hide file tree
Showing 15 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sanity/src/core/config/prepareConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import {createElement, isValidElement} from 'react'
import {isValidElementType} from 'react-is'
import {createSchema} from '../schema'
import {AuthStore, createAuthStore} from '../datastores'
import {FileSource, ImageSource} from '../../form/studio/DefaultAssetSource'
import {FileSource, ImageSource} from '../../form/studio/assetSource'
import {InitialValueTemplateItem, Template, TemplateResponse} from '../templates'
import {isNonNullable} from '../util'
import {validateWorkspaces} from '../studio/workspaces/validateWorkspaces'
Expand Down

0 comments on commit 1036d41

Please sign in to comment.