mirror of
https://github.com/datahub-project/datahub.git
synced 2025-11-06 22:04:16 +00:00
6 lines
134 B
TypeScript
6 lines
134 B
TypeScript
|
|
import fabrics from 'wherehows-web/mirage/fixtures/fabrics';
|
||
|
|
|
||
|
|
const getDatasetFabrics = () => fabrics;
|
||
|
|
|
||
|
|
export { getDatasetFabrics };
|