Skip to content

Instantly share code, notes, and snippets.

@darwinsalinas
Created August 7, 2019 04:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save darwinsalinas/32220a87bb9b5bfcbb9a36066e7745a5 to your computer and use it in GitHub Desktop.
Save darwinsalinas/32220a87bb9b5bfcbb9a36066e7745a5 to your computer and use it in GitHub Desktop.
import React from 'react'
import ImpuestosForm from './ImpuestosForm';
export default function Impuestos() {
return (
<ImpuestosForm />
)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment