Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion jsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,3 @@
},
"include": ["src"]
}
EOF
22 changes: 4 additions & 18 deletions src/App.jsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
<<<<<<< HEAD
/**
* @file App.jsx
* @description Main application component. Renders the dashboard header and all main widgets.
*/
import React, { useState, useEffect } from "react";
import PropTypes from "prop-types";
import "./App.css";
Expand All @@ -7,23 +10,6 @@ import ExpenseBreakdown from "./ExpenseBreakdown";
import ReportGenerator from "./ReportGenerator";

import ExpenseBreakdownChart from "./ExpenseBreakdownChart";
=======
/**
* @file App.jsx
* @description Main application component. Renders the dashboard header and all main widgets.
*/



/**
* @file App.jsx
* @description Main application component. Renders the dashboard header and all main widgets.
*/import React from 'react';
import './App.css';
import ProfitLossSummary from './ProfitLossSummary';
import ExpenseBreakdown from './ExpenseBreakdown';
import ReportGenerator from './ReportGenerator';
>>>>>>> chore/split-chunks-readme

import LitecoinPriceBot from "./LitecoinPriceBot";

Expand Down
Loading