Overhaul refactor. Still things in progress
This commit is contained in:
7
ui-old/src/app/page.tsx
Normal file
7
ui-old/src/app/page.tsx
Normal file
@@ -0,0 +1,7 @@
|
||||
import React from 'react';
|
||||
import Metar from '@/components/Metars';
|
||||
|
||||
export default function Page() {
|
||||
return <Metar />;
|
||||
// return <></>;
|
||||
}
|
||||
Reference in New Issue
Block a user