example/c.js

Summary

Maintainability
A
0 mins
Test Coverage
import e from './e/e'
import a from './a'

const c = a + e

export default c