fix: path

This commit is contained in:
cha0s 2021-02-02 03:49:53 -06:00
parent 4194556cb8
commit dec1692366

View File

@ -81,7 +81,7 @@ const EntityComponent = ({
};
EntityComponent.defaultProps = {
path: '',
path: '/',
};
EntityComponent.displayName = 'EntityComponent';