- MANUAL-PRODUTO.md: Manual do usuário final - MANUAL-VENDAS.md: Estratégia comercial e vendas - MANUAL-TECNICO.md: Infraestrutura e deploy - README.md: Visão geral do projeto
16 lines
352 B
JavaScript
16 lines
352 B
JavaScript
'use strict';
|
|
|
|
var shallow = require('zustand/vanilla/shallow');
|
|
var shallow$1 = require('zustand/react/shallow');
|
|
|
|
|
|
|
|
Object.defineProperty(exports, "shallow", {
|
|
enumerable: true,
|
|
get: function () { return shallow.shallow; }
|
|
});
|
|
Object.defineProperty(exports, "useShallow", {
|
|
enumerable: true,
|
|
get: function () { return shallow$1.useShallow; }
|
|
});
|