Skip to content

Commit

Permalink
Update App.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
bryandino673 authored Apr 19, 2024
1 parent 17933e0 commit 4e2fd11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion expense-frontend/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React from 'react';
import BackendHealthStatus from './components/BackendHealthStatus';
import logo from './logo.svg';
import './App.css';
import MyComponent from './components/MyComponent';
import Datafetch from './components/Datafetch';
function App() {


Expand Down

0 comments on commit 4e2fd11

Please sign in to comment.