kabisa/kudos-frontend

View on GitHub
src/support/history.ts

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
import { createHashHistory } from "history";

const history = createHashHistory();
export default history;