Skip to content

Commit

Permalink
fix capitalization of component
Browse files Browse the repository at this point in the history
  • Loading branch information
rawanmahdi committed Nov 30, 2023
1 parent 9c085e4 commit b738f92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/pages/profiling.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import {
PreviewOutlined as PreviewOutlinedIcon,
} from '@mui/icons-material';

const profiling = () => {
const Profiling = () => {
// Define your data and fetch or process it as needed
const [data, setData] = useState([]);

Expand Down Expand Up @@ -115,7 +115,7 @@ const profiling = () => {
);
};

export default profiling;
export default Profiling;

/*
BUTTONS WE NEED TO ADD, MOVED FROM INDEX PAGE:
Expand Down

0 comments on commit b738f92

Please sign in to comment.