Current section

Files

Jump to
live_react assets copy react-components simple.jsx
Raw

assets/copy/react-components/simple.jsx

import React from "react";
export function Simple({}) {
return <div>Hello world!</div>;
}