Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save merelinguist/e03cd999087cb280be5a78be0da18581 to your computer and use it in GitHub Desktop.
Save merelinguist/e03cd999087cb280be5a78be0da18581 to your computer and use it in GitHub Desktop.
import {BlitzPage} from 'blitz'
import {useState} from 'react'
const ProjectSchemaPage: BlitzPage = () => {
return (
<div
className="h-screen overflow-hidden"
style={{
background: 'radial-gradient(#d2d6dc 1px, transparent 1px) 0% 0% / 24px 24px #ffffff',
}}></div>
)
}
export default ProjectSchemaPage
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment