diff --git a/frontend/src/history/index.ts b/frontend/src/history/index.ts new file mode 100644 index 0000000..8442a4b --- /dev/null +++ b/frontend/src/history/index.ts @@ -0,0 +1 @@ +export { default as HistoryManager } from './HistoryManager';