ctrl-alt-del-world/midway

View on GitHub
web/src/pages/__index.tsx

Summary

Maintainability
A
0 mins
Test Coverage
import React from "react"


const IndexPage = () => {
    return (
        <div>
            tight tacos
        </div>
      )
}

export default IndexPage