Skip to content

Commit

Permalink
DRAFT: convert dashboard to functional
Browse files Browse the repository at this point in the history
Move last of functions into functional Dashboard

It's rendering! but the input is missing
  • Loading branch information
mshriver committed Dec 5, 2024
1 parent c746e2c commit 34ed01b
Show file tree
Hide file tree
Showing 2 changed files with 500 additions and 508 deletions.
2 changes: 1 addition & 1 deletion frontend/src/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import ElementWrapper from './components/elementWrapper';

import { Navigate, Route, Routes } from 'react-router-dom';

import { Dashboard } from './dashboard';
import Dashboard from './dashboard';
import { ReportBuilder } from './report-builder';
import { RunList } from './run-list';
import { Run } from './run';
Expand Down
Loading

0 comments on commit 34ed01b

Please sign in to comment.