10 lines
262 B
JavaScript
10 lines
262 B
JavaScript
![]() |
import GetStartedTutorial from './GetStartedTutorial'
|
||
|
import GetStartedTutorialIcon from './GetStartedTutorialIcon'
|
||
|
|
||
|
export default {
|
||
|
title: 'GetStartedTutorial',
|
||
|
name: 'GetStartedtutorial',
|
||
|
icon: GetStartedTutorialIcon,
|
||
|
component: GetStartedTutorial,
|
||
|
}
|