Skip to content

Commit

Permalink
Merge pull request #98 from telicent-oss/fix/build-storybook
Browse files Browse the repository at this point in the history
fix(build-storybook): imports
  • Loading branch information
ACoolmanTelicent authored Aug 30, 2024
2 parents ec66086 + 3f0b3c1 commit b49ce49
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React from "react";
import { Meta, StoryObj } from "@storybook/react";
import Map from "react-map-gl/maplibre";
import OntologyService from "@telicent-oss/ontologyservice";
import { OntologyService } from "@telicent-oss/ontologyservice";

import OntologyClassMarker, {
OntologyClassMarkerProperties,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { useState } from "react";
import type { Meta, StoryObj } from "@storybook/react";
import OntologyService from "@telicent-oss/ontologyservice";
import { OntologyService } from "@telicent-oss/ontologyservice";

import TeliButton from "../TeliButton/TeliButton";
import {
Expand Down
2 changes: 1 addition & 1 deletion src/components/TeliTypeIcon/TeliTypeIcon.stories.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import type { Meta, StoryObj } from "@storybook/react";
import { QueryClient, QueryClientProvider } from "@tanstack/react-query";
import OntologyService from "@telicent-oss/ontologyservice";
import { OntologyService } from "@telicent-oss/ontologyservice";

import TeliTypeIcon from "./TeliTypeIcon";
import { OntologyStylesProvider } from "../../contexts/OntologyStyles";
Expand Down
2 changes: 1 addition & 1 deletion src/contexts/OntologyStyles.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { useQuery } from "@tanstack/react-query";
import { createContext, useContext } from "react";
import OntologyService from "@telicent-oss/ontologyservice";
import { OntologyService } from "@telicent-oss/ontologyservice";
import {
flattenStyles,
getTypeInitials,
Expand Down
2 changes: 1 addition & 1 deletion src/providers/LayoutProviders/DSProviders.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { QueryClient, QueryClientProvider } from "@tanstack/react-query";
import OntologyService from "@telicent-oss/ontologyservice";
import { OntologyService } from "@telicent-oss/ontologyservice";

import { OntologyStylesProvider } from "../../contexts/OntologyStyles";

Expand Down

0 comments on commit b49ce49

Please # to comment.