Fix: Change file name to start with small letter instead of captial l… (#356)
This commit is contained in:
parent
bec3947058
commit
d69a17ac49
3 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
import Indicator, { type Props as IndicatorProps } from "./Indicator.js";
|
||||
import ItemComponent, { type Props as ItemProps } from "./Item.js";
|
||||
import Indicator, { type Props as IndicatorProps } from "./indicator.js";
|
||||
import ItemComponent, { type Props as ItemProps } from "./item.js";
|
||||
import isEqual from "fast-deep-equal";
|
||||
import { Box, useInput } from "ink";
|
||||
import React, {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue