Moved files out of app dir
This commit is contained in:
6
weather-ui/src/app/page.tsx
Normal file
6
weather-ui/src/app/page.tsx
Normal file
@@ -0,0 +1,6 @@
|
||||
import React from 'react';
|
||||
import Metar from '@/components/Metars';
|
||||
|
||||
export default function Page() {
|
||||
return <Metar />;
|
||||
}
|
||||
Reference in New Issue
Block a user