Fix: Change file name to start with small letter instead of captial l… (#356)

This commit is contained in:
Abdelrhman Kamal Mahmoud Ali Slim 2025-04-18 16:55:49 -07:00 committed by GitHub
parent bec3947058
commit d69a17ac49
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 2 additions and 2 deletions

View file

@ -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, {