Apply prettier changes

This commit is contained in:
AMelonInsideLemon 2024-06-26 05:51:59 +00:00 committed by AMelonInsideLemon
parent 50ae9463da
commit 995ffc23cc

View File

@ -141,4 +141,4 @@ export const getDict = (lang: string | undefined) =>{
default: default:
return dict_en; return dict_en;
} }
} };