1
0
Fork 0
freesewing/sites/sanity/plugins/sanity-plugin-tutorial/index.js
2022-10-20 22:36:16 +02:00

9 lines
262 B
JavaScript

import GetStartedTutorial from './GetStartedTutorial'
import GetStartedTutorialIcon from './GetStartedTutorialIcon'
export default {
title: 'GetStartedTutorial',
name: 'GetStartedtutorial',
icon: GetStartedTutorialIcon,
component: GetStartedTutorial,
}