Fix: Change file name to start with small letter instead of captial l… (#356)
This commit is contained in:
committed by
GitHub
parent
bec3947058
commit
d69a17ac49
@@ -1,5 +1,5 @@
|
|||||||
import Indicator, { type Props as IndicatorProps } from "./Indicator.js";
|
import Indicator, { type Props as IndicatorProps } from "./indicator.js";
|
||||||
import ItemComponent, { type Props as ItemProps } from "./Item.js";
|
import ItemComponent, { type Props as ItemProps } from "./item.js";
|
||||||
import isEqual from "fast-deep-equal";
|
import isEqual from "fast-deep-equal";
|
||||||
import { Box, useInput } from "ink";
|
import { Box, useInput } from "ink";
|
||||||
import React, {
|
import React, {
|
||||||
|
|||||||
Reference in New Issue
Block a user