From 6db84d3a85bffd0ff2c6ec8f974bfa404bc89c56 Mon Sep 17 00:00:00 2001 From: Ramon Dias Ferreira Date: Thu, 9 Feb 2023 15:59:16 -0300 Subject: [PATCH] feat: infertace do pix adicionada --- store/interfaces.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/store/interfaces.json b/store/interfaces.json index c4b2ac4..f91d537 100644 --- a/store/interfaces.json +++ b/store/interfaces.json @@ -5,5 +5,9 @@ "html": { "component": "html", "composition": "children" + }, + "Pix": { + "component": "Pix" } } +