Skip to content
Snippets Groups Projects
Commit 41678424 authored by bruno's avatar bruno
Browse files

implementations + cleanup

parent 1928b48d
No related branches found
No related tags found
No related merge requests found
import React from 'react'
import { Text, Heading, Box } from '@chakra-ui/react'
export const Implementations = () => {
return (
<Box>
<Heading as="h1" size="xl" mb="6">
Implementaciones
</Heading>
<Text fontSize="lg" mb="4">
Contenido de implementaciones
</Text>
</Box>
)
}
export * from './implementations'
export * from './not-found'
export default () => (
export const NotFound = () => (
<main>
<style
dangerouslySetInnerHTML={{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment