Add uses page

This commit is contained in:
2024-06-21 13:09:37 +02:00
parent 4e8419602d
commit b36a2e05ae
7 changed files with 108 additions and 11 deletions

View File

@@ -45,3 +45,8 @@ export const IDEs = [
{ name: 'IntelliJ IDEA Ultimate', icon: 'i-skill-icons-idea-light' },
{ name: 'WebStorm', icon: 'i-skill-icons-webstorm-light' }
]
export interface UsesItem {
name: string
description: string
}