mirror of
https://github.com/datahub-project/datahub.git
synced 2025-12-28 10:28:22 +00:00
4 lines
185 B
TypeScript
4 lines
185 B
TypeScript
import { descendantDatasetRouteClassFactory, Tabs } from 'wherehows-web/constants/datasets/shared';
|
|
|
|
export default descendantDatasetRouteClassFactory({ selectedTab: Tabs.Ownership });
|