File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
- import type { FairDOConfig } from "@/config/FairDOConfig"
1
+ import type { FairDOConfig } from "@/config/FairDOConfig.ts "
2
2
3
3
import type { Meta , StoryObj } from "@storybook/react"
4
- import { FairDOElasticSearch } from "./ FairDOElasticSearch"
4
+ import { FairDOElasticSearch } from "../components/ FairDOElasticSearch.tsx "
5
5
6
6
const meta = {
7
7
component : FairDOElasticSearch
Original file line number Diff line number Diff line change 1
1
import type { Meta , StoryObj } from "@storybook/react"
2
2
3
- import { FairDOSearchContext } from "@/components/FairDOSearchContext"
4
- import { GlobalModalProvider } from "@/components/GlobalModalProvider"
3
+ import { FairDOSearchContext } from "@/components/FairDOSearchContext.tsx "
4
+ import { GlobalModalProvider } from "@/components/GlobalModalProvider.tsx "
5
5
import { DateTime } from "luxon"
6
- import { NMRResultView } from "./ NMRResultView"
6
+ import { NMRResultView } from "../components/result/ NMRResultView.tsx "
7
7
8
8
const meta = {
9
9
component : NMRResultView
Original file line number Diff line number Diff line change 1
1
import type { Meta , StoryObj } from "@storybook/react"
2
2
3
- import { BasicRelationNode } from "@/lib/RelationNode"
3
+ import { BasicRelationNode } from "@/lib/RelationNode.ts "
4
4
import { ReactFlowProvider } from "@xyflow/react"
5
- import { RelationsGraph } from "./ RelationsGraph"
5
+ import { RelationsGraph } from "../components/graph/ RelationsGraph.tsx "
6
6
7
7
const meta = {
8
8
component : RelationsGraph
You can’t perform that action at this time.
0 commit comments