Moved files out of app dir

This commit is contained in:
2023-09-21 20:25:31 -04:00
parent 8eaeeb9554
commit ab4073f280
19 changed files with 16 additions and 16 deletions

View File

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