matthew-matvei/freeman

View on GitHub
src/interfaces/props/index.ts

Summary

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

export {
    IAppProps
};