Fix paths after publishing

Nate Butler created

Change summary

styles/src/themes/ayu-dark.ts   | 4 ++--
styles/src/themes/ayu-light.ts  | 4 ++--
styles/src/themes/ayu-mirage.ts | 4 ++--
3 files changed, 6 insertions(+), 6 deletions(-)

Detailed changes

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 <me@kons.ch>"

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 <me@kons.ch>"

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 <me@kons.ch>"