forked from CyberOS/website-wip
parent
ae9e506aaf
commit
d8fb90bea3
@ -0,0 +1,3 @@ |
||||
# Contributing |
||||
|
||||
- your code must pass lint |
@ -1,12 +0,0 @@ |
||||
import React from 'react' |
||||
import tw from 'twin.macro' |
||||
|
||||
const Docs = (): JSX.Element => { |
||||
return ( |
||||
<div> |
||||
<p css={tw`text-4xl my-4 text-center px-8`}>Documentation</p> |
||||
</div> |
||||
) |
||||
} |
||||
|
||||
export default Docs |
Loading…
Reference in new issue