📚 Documentação inicial do ALETHEIA
- 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
This commit is contained in:
11
frontend/node_modules/framer-motion/dist/es/motion/features/layout.mjs
generated
vendored
Normal file
11
frontend/node_modules/framer-motion/dist/es/motion/features/layout.mjs
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
import { HTMLProjectionNode } from '../../projection/node/HTMLProjectionNode.mjs';
|
||||
import { MeasureLayout } from './layout/MeasureLayout.mjs';
|
||||
|
||||
const layout = {
|
||||
layout: {
|
||||
ProjectionNode: HTMLProjectionNode,
|
||||
MeasureLayout,
|
||||
},
|
||||
};
|
||||
|
||||
export { layout };
|
||||
Reference in New Issue
Block a user