Skip to content

Instantly share code, notes, and snippets.

Created April 7, 2017 17:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/2598c68bcb0c6685ea0614909267bb4b to your computer and use it in GitHub Desktop.
Save anonymous/2598c68bcb0c6685ea0614909267bb4b to your computer and use it in GitHub Desktop.
import React from 'react';
import Layout from '../components/Layout';
const Search = ({url}) => {
return (
<Layout>
당신이 검색한 키워드는 "{url.query.keyword}" 입니다.
</Layout>
);
};
export default Search;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment