Skip to content

Commit

Permalink
refactor(singletons): revert exporting free trial types on sanity
Browse files Browse the repository at this point in the history
  • Loading branch information
binoy14 committed Apr 29, 2024
1 parent dbf67a8 commit 198df70
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import {createContext} from 'react'
import type {FreeTrialContextProps} from 'sanity'

import type {FreeTrialContextProps} from '../../../../../core/studio/components/navbar/free-trial/FreeTrialContext'

/**
* @internal
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
export * from './FreeTrial'
export type {FreeTrialContextProps} from './FreeTrialContext'
1 change: 0 additions & 1 deletion packages/sanity/src/core/studio/components/navbar/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
export type {FreeTrialContextProps} from './free-trial'
export * from './search'
export * from './StudioLogo'
export * from './StudioNavbar'
Expand Down

0 comments on commit 198df70

Please sign in to comment.