Skip to content

Commit

Permalink
fix import in script (#1621)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattseddon authored Apr 27, 2022
1 parent 563ab9a commit 66fe026
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/create-svgs.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { readFileSync, writeFileSync } from 'fs'
import { copyOriginalColors } from '../extension/src/experiments/model/colors'
import { copyOriginalColors } from 'dvc/src/experiments/model/status/colors'

const colors = copyOriginalColors()

Expand Down

0 comments on commit 66fe026

Please sign in to comment.