jplusplus/the-accountant

View on GitHub
src/components/stack/stack.js

Summary

Maintainability
A
0 mins
Test Coverage
export const stack = {
  template: require('./stack.html'),
  bindings: {
    stack: '<',
    game: '<'
  }
};