LinkFooter: convert to TSX

This commit is contained in:
Alex Gleason
2022-03-30 15:50:16 -05:00
parent 99b89d2230
commit 548ecef20f
6 changed files with 100 additions and 106 deletions

View File

@ -133,7 +133,7 @@ const getInstanceFeatures = (instance: Instance) => {
};
};
type Features = ReturnType<typeof getInstanceFeatures>;
export type Features = ReturnType<typeof getInstanceFeatures>;
export const getFeatures = createSelector([
(instance: Instance) => instance,