Skip to content
Snippets Groups Projects
Commit 04b9cb8b authored by Asal Sahami Moghaddam's avatar Asal Sahami Moghaddam
Browse files

fanzor

parent 15d180c2
No related branches found
No related tags found
No related merge requests found
File moved
......@@ -4,7 +4,6 @@ import { LoremShort } from "../components/Loremipsum";
import { useEffect } from "react";
import { useLocation } from "react-router-dom";
import { openElement } from "../utils/openElement";
import FanzorViewer from '../components/Fanzorviewer.tsx';
......@@ -30,10 +29,7 @@ export function Engineering() {
selectedTab.style.display = 'block';
}
}
<div className="container">
<h1>Protein Structure Viewer</h1>
<FanzorViewer />
</div>
// Scroll to the section specified by collapseId after opening the tab
if (collapseId) {
......
......@@ -9,6 +9,7 @@ import SimpleSlider from "../components/Slider";
import React from 'react';
import { Bar, Doughnut, PolarArea } from 'react-chartjs-2';
import { Chart as ChartJS, Tooltip, Legend, BarElement, CategoryScale, LinearScale, Title, RadialLinearScale } from 'chart.js';
import FanzorViewer from '../components/Fanzorviewer.tsx';
ChartJS.register(
......@@ -24,6 +25,10 @@ ChartJS.register(
export function Example() {
return (
<>
<div className="container">
<h1>Protein Structure Viewer</h1>
<FanzorViewer />
</div>
<h1> Here you can see what we can use</h1>
<h2>Collapisbles</h2>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment