1
0
Fork 0
freesewing/sites/sanity/plugins/sanity-plugin-tutorial/index.js

10 lines
262 B
JavaScript
Raw Normal View History

2022-10-20 22:36:16 +02:00
import GetStartedTutorial from './GetStartedTutorial'
import GetStartedTutorialIcon from './GetStartedTutorialIcon'
export default {
title: 'GetStartedTutorial',
name: 'GetStartedtutorial',
icon: GetStartedTutorialIcon,
component: GetStartedTutorial,
}