mirror of
https://github.com/ArthurDanjou/artsite.git
synced 2026-01-23 15:51:54 +01:00
Translate all portfolio
This commit is contained in:
16
types.ts
16
types.ts
@@ -45,19 +45,3 @@ export const IDEs = [
|
||||
{ name: 'IntelliJ IDEA Ultimate', icon: 'i-logos-intellij-idea' },
|
||||
{ name: 'WebStorm', icon: 'i-logos-webstorm' }
|
||||
]
|
||||
|
||||
export interface UsesItem {
|
||||
name: string
|
||||
description: string
|
||||
}
|
||||
|
||||
export interface CodingActivity {
|
||||
name: string
|
||||
active: boolean
|
||||
project: string
|
||||
state: string
|
||||
start: {
|
||||
ago: string
|
||||
formated: string
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user