Skip to content

Commit

Permalink
fix relative paths
Browse files Browse the repository at this point in the history
  • Loading branch information
taefi committed Jan 2, 2024
1 parent ecc5969 commit 112e8d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/ts/react-crud/src/autogrid.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ import { createDataProvider, type DataProvider, isCountService, type ItemCounts
import { type HeaderFilterRendererProps, NoHeaderFilter, HeaderFilterWrapper } from './header-filter';
import { HeaderSorter } from './header-sorter';
import { getDefaultProperties, ModelInfo, type PropertyInfo } from './model-info.js';
import type AndFilter from './types/com/vaadin/crud/filter/AndFilter.js';
import type FilterUnion from './types/com/vaadin/crud/filter/FilterUnion.js';
import type AndFilter from './types/com/vaadin/hilla/crud/filter/AndFilter.js';
import type FilterUnion from './types/com/vaadin/hilla/crud/filter/FilterUnion.js';
import { isFilterEmpty, registerStylesheet } from './util';

registerStylesheet(css);
Expand Down

0 comments on commit 112e8d9

Please sign in to comment.