Skip to content

Commit d19391f

Browse files
committed
rename
1 parent c5c691a commit d19391f

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

special-pages/pages/history/app/components/Results.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { h } from 'preact';
22
import { OVERSCAN_AMOUNT } from '../constants.js';
33
import { Item } from './Item.js';
4-
import styles from './VirtualizedHistoryList.module.css';
4+
import styles from './VirtualizedList.module.css';
55
import { VisibleItems } from './VirtualizedList.js';
66

77
/**

special-pages/pages/history/app/components/VirtualizedList.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { Fragment, h } from 'preact';
22
import { memo } from 'preact/compat';
3-
import styles from './VirtualizedHistoryList.module.css';
3+
import styles from './VirtualizedList.module.css';
44
import { useEffect, useLayoutEffect, useRef, useState } from 'preact/hooks';
55

66
/**

0 commit comments

Comments
 (0)