mirror of
https://github.com/DerTyp7/dertyp7.github.io.git
synced 2025-10-29 21:02:09 +01:00
Update file paths and imports
This commit is contained in:
23
src/components/BadgeType.ts
Normal file
23
src/components/BadgeType.ts
Normal file
@@ -0,0 +1,23 @@
|
||||
export enum BadgeType {
|
||||
DOCKER = "Docker",
|
||||
TYPESCRIPT = "TypeScript",
|
||||
EXPRESS = "ExpressJS",
|
||||
GIT = "Git",
|
||||
JAVASCRIPT = "JavaScript",
|
||||
TYPEORM = "TypeORM",
|
||||
FIREBASE = "Firebase",
|
||||
HTML = "HTML",
|
||||
REACT = "ReactJS",
|
||||
NODEJS = "NodeJS",
|
||||
CSS = "CSS",
|
||||
NEXTJS = "NextJS",
|
||||
POSTGRESQL = "PostgreSQL",
|
||||
SASS = "SASS",
|
||||
ANGULARJS = "AngularJS",
|
||||
MYSQL = "MySQL",
|
||||
JAVA = "Java",
|
||||
UNITY = "Unity",
|
||||
CSHARP = "Csharp",
|
||||
CPP = "Cpp",
|
||||
PYTHON = "Python",
|
||||
}
|
||||
Reference in New Issue
Block a user