• This project
    • Loading...
  • Sign in

2020-2_open_source_sw_development_Han / Jaksimsamil

%ea%b7%b8%eb%a6%bc1
Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Snippets
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • Jaksimsamil
  • jaksimsamil-page
  • src
  • components
  • setting
  • LineQR.js
  • redbean096@khu.ac.kr's avatar
    add real QR code · 96e3294f
    96e3294f
    redbean096@khu.ac.kr authored 2020-12-09 08:48:57 +0000
LineQR.js 223 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14
import React from 'react';

const LineQR = () => {
  return (
    <div>
        <img
          src="https://qr-official.line.me/sid/L/132nudgz.png"
          width="130"
        />
    </div>
  );
};

export default LineQR