Skip to content

Commit a6818ca

Browse files
committed
Merge discvr-24.3 to discvr-24.7
2 parents a83cd37 + 366fdd3 commit a6818ca

7 files changed

Lines changed: 4 additions & 4 deletions

File tree

mcc/src/client/Dashboard/Dashboard.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
import './dashboard.css';
1+
import '../components/dashboard/dashboard.css';
22

33
import React, { useState, useEffect } from 'react';
44
import { Query } from '@labkey/api';
55
import { getServerContext } from "@labkey/api";
66

7-
import PieChart from './PieChart';
8-
import BarChart from './BarChart';
7+
import PieChart from '../components/dashboard/PieChart';
8+
import BarChart from '../components/dashboard/BarChart';
99

1010
export function Dashboard() {
1111
const [demographics, setDemographics] = useState(null);

mcc/src/client/GeneticsPlot/GeneticsPlot.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import React, { useEffect, useState } from 'react';
22
import { ActionURL, Filter, getServerContext, Query } from '@labkey/api';
3-
import './../Dashboard/dashboard.css';
3+
import '../components/dashboard/dashboard.css';
44
import ScatterChart from './ScatterChart';
55
import { Box, Tab, Tabs } from '@mui/material';
66
import KinshipTable from './KinshipTable';
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)