Skip to content

Commit 54a7616

Browse files
committed
Rename Stock Tabs
1 parent 6edf587 commit 54a7616

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed
File renamed without changes.
File renamed without changes.

src/ui/components/stock.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
import streamlit_shadcn_ui as ui
22

3-
from .balance_sheet_tab import render as balance_sheet
4-
from .cashflow_tab import render as cashflow
5-
from .income_stmt_tab import render as income_stmt
6-
from .overview_tab import render as overview
3+
from .balance_sheet import render as balance_sheet
4+
from .cashflow import render as cashflow
5+
from .income_stmt import render as income_stmt
6+
from .overview import render as overview
77

88
tab_content = {
99
"Overview": overview,

0 commit comments

Comments
 (0)