Skip to content

Commit

Permalink
Restructure folders
Browse files Browse the repository at this point in the history
  • Loading branch information
ndittren committed Oct 11, 2024
1 parent 5bf843f commit a837324
Show file tree
Hide file tree
Showing 33 changed files with 47 additions and 823 deletions.
7 changes: 4 additions & 3 deletions media/js/src/app.jsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
import React, { useState, useEffect } from 'react';
import { BrowserRouter as Router, Route, Routes } from 'react-router-dom';
import { Dashboard } from './dashboard';
import { SimulationOne } from './simulationOne/simulationOne';
import { SimulationTwo } from './simulationTwo/simulationTwo';
import { Dashboard } from './containers/dashboard';
import { SimulationOne} from './simulations/simulation1/simulationOne';
// eslint-disable-next-line max-len
import { SimulationTwo } from './simulations/simulation2/components/simulationTwo';

const isSuperUser = window.MetricsMentor.currentUser.is_superuser;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React from 'react';
import { useParams, Link } from 'react-router-dom';
import { Footer } from './footer';
import { Footer } from '../footer';
import PropTypes from 'prop-types';


Expand Down
152 changes: 0 additions & 152 deletions media/js/src/simulationTwo/hypothesisTest2.jsx

This file was deleted.

60 changes: 0 additions & 60 deletions media/js/src/simulationTwo/nullHypothesisSection2.jsx

This file was deleted.

Loading

0 comments on commit a837324

Please sign in to comment.