Refactor, fixed search

This commit is contained in:
2023-09-15 09:08:33 -04:00
parent 4114d533b2
commit 128181bed6
28 changed files with 343 additions and 342 deletions

View File

@@ -1,6 +0,0 @@
import React from 'react';
import Metar from '@/components/Metars';
export default function Page() {
return <Metar />;
}