Sha256: cda74d78bb414e196d69c84a82406763d0a980cdf7c8df9666bd60497ad17266

Contents?: true

Size: 392 Bytes

Versions: 4

Compression:

Stored size: 392 Bytes

Contents

/** @jsx jsx */

import { jsx, css } from '@emotion/react'
import React, { useState, useEffect } from "react";

export const Home = () => {
  return (
    <>
      <div css={css`margin-top: 30px`}>
        ソースコード: <a href="https://github.com/splaplapla/procon_bypass_man-web">
          https://github.com/splaplapla/procon_bypass_man-web
        </a>
      </div>
    </>
  )
}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
procon_bypass_man-web-0.1.3 src/pages/home.tsx
procon_bypass_man-web-0.1.2 src/pages/home.tsx
procon_bypass_man-web-0.1.1 src/pages/home.tsx
procon_bypass_man-web-0.1.0 src/pages/home.tsx