chore: run prettier --write .
This commit is contained in:
@@ -5,6 +5,6 @@ export const langEnum = {
|
||||
fi: "fi",
|
||||
da: "da",
|
||||
de: "de",
|
||||
};
|
||||
}
|
||||
|
||||
export type Lang = keyof typeof langEnum;
|
||||
export type Lang = keyof typeof langEnum
|
||||
|
||||
Reference in New Issue
Block a user