summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoffrey Bion <joffrey.bion@booking.com>2020-05-21 15:23:14 +0200
committerJoffrey Bion <joffrey.bion@booking.com>2020-05-21 15:23:20 +0200
commitb7118cbe9342fa3bf225459546335b718181cc10 (patch)
tree1611c585d008f4cc1254f657fddee58fef3704af
parentAdd player icon in player info (diff)
downloadseven-wonders-b7118cbe9342fa3bf225459546335b718181cc10.tar.gz
seven-wonders-b7118cbe9342fa3bf225459546335b718181cc10.tar.bz2
seven-wonders-b7118cbe9342fa3bf225459546335b718181cc10.zip
Move externals to relevant packages
-rw-r--r--sw-ui/src/main/kotlin/com/palantir/blueprintjs/blueprintjs.kt (renamed from sw-ui/src/main/kotlin/blueprintjs.kt)0
-rw-r--r--sw-ui/src/main/kotlin/com/palantir/blueprintjs/blueprintjsHelpers.kt (renamed from sw-ui/src/main/kotlin/blueprintjsHelpers.kt)0
-rw-r--r--sw-ui/src/main/kotlin/webpack/WebpackUtils.kt (renamed from sw-ui/src/main/kotlin/WebpackUtils.kt)0
3 files changed, 0 insertions, 0 deletions
diff --git a/sw-ui/src/main/kotlin/blueprintjs.kt b/sw-ui/src/main/kotlin/com/palantir/blueprintjs/blueprintjs.kt
index 55a2ccc4..55a2ccc4 100644
--- a/sw-ui/src/main/kotlin/blueprintjs.kt
+++ b/sw-ui/src/main/kotlin/com/palantir/blueprintjs/blueprintjs.kt
diff --git a/sw-ui/src/main/kotlin/blueprintjsHelpers.kt b/sw-ui/src/main/kotlin/com/palantir/blueprintjs/blueprintjsHelpers.kt
index da6b6914..da6b6914 100644
--- a/sw-ui/src/main/kotlin/blueprintjsHelpers.kt
+++ b/sw-ui/src/main/kotlin/com/palantir/blueprintjs/blueprintjsHelpers.kt
diff --git a/sw-ui/src/main/kotlin/WebpackUtils.kt b/sw-ui/src/main/kotlin/webpack/WebpackUtils.kt
index dde1140a..dde1140a 100644
--- a/sw-ui/src/main/kotlin/WebpackUtils.kt
+++ b/sw-ui/src/main/kotlin/webpack/WebpackUtils.kt
bgstack15