Explorar el Código

feat: blank page for future implemenation

hover-contact
ntasicc hace 3 años
padre
commit
cca9aed036
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  1. 5
    0
      pages/single-data/index.js

+ 5
- 0
pages/single-data/index.js Ver fichero

@@ -0,0 +1,5 @@
const BlankPage = () => {
return <div></div>;
};

export default BlankPage;

Cargando…
Cancelar
Guardar