Skip to content
Snippets Groups Projects

Structures table

Merged Remi PLANEL requested to merge structures-table into dev
Files
28
+ 2
0
@@ -28,6 +28,8 @@ const sections = ref([
},
{ id: "wiki", label: "Wiki", to: '/', },
{ id: "refseq", label: "REFSEQ", to: '/refseq/' },
{ id: "structure", label: "Structures", to: '/predicted-structure/' },
{ id: "help", label: "Help", to: '/help/' },
]);
Loading