diff --git a/styles/src/themes/ayu-dark.ts b/styles/src/themes/ayu-dark.ts index 7774885208a90180714bca3cd8c89a9d1d532414..790e0d117378e39bdd71e678e25b03e30470b9d8 100644 --- a/styles/src/themes/ayu-dark.ts +++ b/styles/src/themes/ayu-dark.ts @@ -1,5 +1,5 @@ -import { createColorScheme } from "../common/ramps" -import { ayu, buildTheme } from "../common/ayu-common" +import { createColorScheme } from "./common/ramps" +import { ayu, buildTheme } from "./common/ayu-common" const name = "Ayu" const author = "Konstantin Pschera " diff --git a/styles/src/themes/ayu-light.ts b/styles/src/themes/ayu-light.ts index 868c9b9fe86633724d183e50f0610c3733849e99..cc4e121cc6e485a186f31b13705e1311dbaabde4 100644 --- a/styles/src/themes/ayu-light.ts +++ b/styles/src/themes/ayu-light.ts @@ -1,5 +1,5 @@ -import { createColorScheme } from "../common/ramps" -import { ayu, buildTheme } from "../common/ayu-common" +import { createColorScheme } from "./common/ramps" +import { ayu, buildTheme } from "./common/ayu-common" const name = "Ayu" const author = "Konstantin Pschera " diff --git a/styles/src/themes/ayu-mirage.ts b/styles/src/themes/ayu-mirage.ts index 724eb030af0dccf3b9acddd9c58c7ad8c59b13b1..c5550ec2780a8c2d8f8c46993fdca714119be9ff 100644 --- a/styles/src/themes/ayu-mirage.ts +++ b/styles/src/themes/ayu-mirage.ts @@ -1,5 +1,5 @@ -import { createColorScheme } from "../common/ramps" -import { ayu, buildTheme } from "../common/ayu-common" +import { createColorScheme } from "./common/ramps" +import { ayu, buildTheme } from "./common/ayu-common" const name = "Ayu" const author = "Konstantin Pschera "