Skip to content

Commit

Permalink
Create page.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Flopsky authored Jan 2, 2024
1 parent dea8fc8 commit ac8057f
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/app/investing/page.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
import Image from 'next/image'
import { Component } from '@/components/investing'

export const metadata = {
title: "Hello this is my page",
description: "**",
}

export default function Home() {
return (
Component()
)
}

0 comments on commit ac8057f

Please sign in to comment.