
* style: spelling * refact: canvases replaced with konva * refact: area text calculated by words * refact: moved konva files out of test dir
9 lines
226 B
TypeScript
9 lines
226 B
TypeScript
import { GetSupportedLanguages } from '../wailsjs/wailsjs/go/ipc/Channel'
|
|
|
|
const getSupportedLanguages = async () => {
|
|
const response = await GetSupportedLanguages()
|
|
return response
|
|
}
|
|
|
|
export default getSupportedLanguages
|