브루어리 이름
@@ -46,23 +45,8 @@ export class PageDetail extends HTMLElement {
}
}
-const style = html`
-
`
customElements.define(`page-detail`, PageDetail)
diff --git a/client/src/pages/page-main.js b/client/src/pages/page-main.js
index 16cb93c..850b3eb 100644
--- a/client/src/pages/page-main.js
+++ b/client/src/pages/page-main.js
@@ -1,5 +1,6 @@
import { html, render } from 'lit-html'
import { styleMap } from 'lit-html/directives/style-map.js'
+import { css } from 'emotion'
// import i18next from 'i18next'
import { loadXhr } from '../libs/actions.js'
@@ -19,8 +20,7 @@ export class PageMain extends HTMLElement {
render() {
return html`
- ${style}
-
+
@@ -68,23 +68,8 @@ export class PageMain extends HTMLElement {
}
}
-const style = html`
-
`
customElements.define(`page-main`, PageMain)
diff --git a/client/www/index.html b/client/www/index.html
index f4950d8..99467cd 100644
--- a/client/www/index.html
+++ b/client/www/index.html
@@ -28,8 +28,8 @@
-
-
+
+