Skip to content

Commit

Permalink
refactor: lib imports in theme builder
Browse files Browse the repository at this point in the history
  • Loading branch information
ramenhog committed Nov 7, 2024
1 parent a5e19e2 commit 2b8acae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion demo/ts/components/theme-builder/config-preview.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from "react";
import { VictoryThemeDefinition } from "victory-core/lib";
import { VictoryThemeDefinition } from "victory-core";
import Button from "./button";
import { Prism, SyntaxHighlighterProps } from "react-syntax-highlighter";

Expand Down
2 changes: 1 addition & 1 deletion demo/ts/components/theme-builder/utils.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { VictoryThemeDefinition } from "victory-core/lib";
import { VictoryThemeDefinition } from "victory-core";

export const setNestedConfigValue = (
config: VictoryThemeDefinition,
Expand Down

0 comments on commit 2b8acae

Please sign in to comment.