Bamieh/reflow

View on GitHub
packages/reflow-core/__test/fixture/matrix/index.js

Summary

Maintainability
A
0 mins
Test Coverage
import {
  basicTree,
} from '../tree'
const basicMatrix = [
  [basicTree],
]

export {
  basicMatrix
}