Skip to content

Commit

Permalink
remove some more modules and files not used
Browse files Browse the repository at this point in the history
  • Loading branch information
iamkevingreen committed Aug 5, 2023
1 parent 6a14987 commit db425e7
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 483 deletions.
3 changes: 2 additions & 1 deletion cms/app/[[...index]]/loading.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

import React from 'react'
import config from '../../sanity.config'
import NextStudioLoading from 'next-sanity/studio/loading'
import {NextStudioLoading} from 'next-sanity/studio/loading'


export default function Loading() {
return <NextStudioLoading config={config} />;
Expand Down
144 changes: 0 additions & 144 deletions cms/components/shopify/ShopifyImage.jsx

This file was deleted.

134 changes: 0 additions & 134 deletions cms/components/shopify/ShopifyVideo.jsx

This file was deleted.

2 changes: 1 addition & 1 deletion cms/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export const DEFAULT_CURRENCY_CODE = 'USD'
// Document types which:
// - cannot be created in the 'new document' menu
// - cannot be duplicated, unpublished or deleted
export const LOCKED_DOCUMENT_TYPES = ['settings', 'home', 'media.tag']
export const LOCKED_DOCUMENT_TYPES = ['settings', 'media.tag']

// Document types which:
// - cannot be created in the 'new document' menu
Expand Down
81 changes: 0 additions & 81 deletions cms/schemas/documents/colorFam.js

This file was deleted.

Loading

1 comment on commit db425e7

@vercel
Copy link

@vercel vercel bot commented on db425e7 Aug 5, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.