view playground/june.tsx @ 82:1ded13720541

Added new logos.
author June Park <parkjune1995@gmail.com>
date Thu, 01 Jan 2026 12:45:22 -0800
parents 342726584be2
children
line wrap: on
line source

import react from "React"

const Foo = () => {
  return (
    <> hehexd </>
  );
}

export {
  Foo,
}