UNPKG

create-nova-vite-template

Version:

This is a dashboard template built with React and Vite. It provides a modern and responsive user interface for building web applications.

6 lines (5 loc) 79 B
export interface LinkItem { icon: string; label: string; href: string; }