@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 -->
14 lines (13 loc) • 449 B
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
const fiveCommits_1 = __importDefault(require("./fiveCommits"));
const commitsForPath = {
selectedPath: 'testPath1',
isFetching: false,
commits: fiveCommits_1.default,
search: '',
};
exports.default = commitsForPath;