import React from "react"; import styles from "./Greeter.css"; export default function Greeter() { return (
Hello CSS
) }