9 lines
262 B
JavaScript
9 lines
262 B
JavaScript
import GetStartedTutorial from './GetStartedTutorial'
|
|
import GetStartedTutorialIcon from './GetStartedTutorialIcon'
|
|
|
|
export default {
|
|
title: 'GetStartedTutorial',
|
|
name: 'GetStartedtutorial',
|
|
icon: GetStartedTutorialIcon,
|
|
component: GetStartedTutorial,
|
|
}
|