Content deleted Content added
Code sample adjustments |
|||
Line 29:
import React from 'react';
const Greeting = () => {
return (
<div className="hello_world">
<h1> Hello, World! </h1>
|
Code sample adjustments |
|||
Line 29:
import React from 'react';
const Greeting = () => {
return (
<div className="hello_world">
<h1> Hello, World! </h1>
|