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

fanzor

parent 209905d5
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,8 @@ 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';
export function Engineering() {
......@@ -28,6 +30,10 @@ 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,7 +9,6 @@ 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(
......@@ -25,10 +24,7 @@ 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>
<div className="row">
......
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