Skip to content

Commit

Permalink
fix a typecheck error
Browse files Browse the repository at this point in the history
  • Loading branch information
aggre committed Oct 28, 2024
1 parent 86fbcf8 commit f6820f1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .preview/plugins.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
import theme from './theme'
import thisPlugin from '../src/index'
import type { ClubsFunctionPlugin } from '@devprotocol/clubs-core'

export default [
theme,
thisPlugin,
{ meta: { id: 'devprotocol:clubs:simple-memberships' } },
{
meta: { id: 'devprotocol:clubs:simple-memberships' },
} as ClubsFunctionPlugin,
]

0 comments on commit f6820f1

Please sign in to comment.