Advertisement
Guest User

Untitled

a guest
Mar 26th, 2019
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. import React from "react"
  2. import Layout from "../layouts"
  3. import Tabs from "../components/Tabs"
  4.  
  5. const PageOne = props => {
  6. return (
  7. <Layout>Tabs component will be displayed here</Layout>
  8. )
  9. }
  10. export default PageOne
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement