UNPKG

@git-temporal/git-temporal-react

Version:

<!-- START doctoc generated TOC please keep comment here to allow auto update --> <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->

12 lines (8 loc) 191 B
import fiveCommits from './fiveCommits'; const commitsForPath = { selectedPath: 'testPath1', isFetching: false, commits: fiveCommits, search: '', }; export default commitsForPath;