Skip to content

Commit

Permalink
Import from constants
Browse files Browse the repository at this point in the history
  • Loading branch information
oandregal committed Feb 8, 2024
1 parent 4992694 commit e68fc2a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/dataviews/src/stories/index.story.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ import { useState, useMemo, useCallback } from '@wordpress/element';
*/
import { DataViews } from '../index';
import { DEFAULT_VIEW, actions, data } from './fixtures';

const LAYOUT_GRID = 'grid';
const LAYOUT_TABLE = 'table';
import { LAYOUT_GRID, LAYOUT_TABLE } from '../constants';

const meta = {
title: 'DataViews (Experimental)/DataViews',
Expand Down

0 comments on commit e68fc2a

Please sign in to comment.