mirror of
https://github.com/johndoe6345789/low-code-react-app-b.git
synced 2026-04-28 23:54:55 +00:00
Merge pull request #59 from johndoe6345789/codex/refactor-templateexplorer-and-templateselector
Make TemplateSelector/Explorer UI JSON-driven and componentized
This commit is contained in:
@@ -6,7 +6,7 @@ import defaultTemplate from '@/config/seed-data.json'
|
||||
|
||||
export type TemplateType = 'default' | 'e-commerce' | 'blog' | 'dashboard'
|
||||
|
||||
interface Template {
|
||||
export interface Template {
|
||||
id: TemplateType
|
||||
name: string
|
||||
description: string
|
||||
|
||||
Reference in New Issue
Block a user