matthew-matvei/freeman

View on GitHub
src/interfaces/states/modals/index.ts

Summary

Maintainability
A
0 mins
Test Coverage
import IGotoState from "./IGotoState";
import IQuickSelectState from "./IQuickSelectState";

export {
    IGotoState,
    IQuickSelectState
};