linting fixes

This commit is contained in:
2023-08-30 17:43:49 -04:00
parent 0c930a24ea
commit d999e3d484
7 changed files with 12 additions and 9 deletions

View File

@@ -32,7 +32,7 @@ export default async function Metar() {
</>
}
export async function MetarGrid() {
export function MetarGrid() {
const airports: Airport[] = getAirports();
return <>