@oxyhq/services
Version:
13 lines (12 loc) • 353 B
JavaScript
;
import React from 'react';
import UserListScreen from "./UserListScreen.js";
import { jsx as _jsx } from "react/jsx-runtime";
const FollowersListScreen = props => {
return /*#__PURE__*/_jsx(UserListScreen, {
...props,
mode: "followers"
});
};
export default FollowersListScreen;
//# sourceMappingURL=FollowersListScreen.js.map