began layout and design of home page
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import React from "react";
|
||||
import React from 'react';
|
||||
|
||||
export default function About() {
|
||||
return (
|
||||
|
||||
@@ -1,9 +1,11 @@
|
||||
import React from "react";
|
||||
import React from 'react';
|
||||
|
||||
import Greeting from '../components/greeting';
|
||||
|
||||
export default function Home() {
|
||||
return (
|
||||
<>
|
||||
<h1>Home</h1>
|
||||
<Greeting/>
|
||||
</>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user