Initial Language Graph Implementation
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
export type Language = {
|
||||
name: string;
|
||||
color: string;
|
||||
percentage: number;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user