summaryrefslogtreecommitdiff
path: root/packages/frontend/lib/rollup-plugin-unwind-css-module-class-name.test.ts
diff options
context:
space:
mode:
authorAcid Chicken (硫酸鶏) <root@acid-chicken.com>2023-12-10 17:53:38 +0900
committerGitHub <noreply@github.com>2023-12-10 17:53:38 +0900
commit2217d0c050d16aa195a65780ffd6c450ba202dc1 (patch)
tree7c0d81c4e1d254418725001e5c17b66a1d58d3ae /packages/frontend/lib/rollup-plugin-unwind-css-module-class-name.test.ts
parentFix indentation (#12615) (diff)
downloadmisskey-2217d0c050d16aa195a65780ffd6c450ba202dc1.tar.gz
misskey-2217d0c050d16aa195a65780ffd6c450ba202dc1.tar.bz2
misskey-2217d0c050d16aa195a65780ffd6c450ba202dc1.zip
refactor(frontend): remove redundant class names (#12618)
Diffstat (limited to 'packages/frontend/lib/rollup-plugin-unwind-css-module-class-name.test.ts')
-rw-r--r--packages/frontend/lib/rollup-plugin-unwind-css-module-class-name.test.ts3
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/frontend/lib/rollup-plugin-unwind-css-module-class-name.test.ts b/packages/frontend/lib/rollup-plugin-unwind-css-module-class-name.test.ts
index 759f270393..550e08d7f7 100644
--- a/packages/frontend/lib/rollup-plugin-unwind-css-module-class-name.test.ts
+++ b/packages/frontend/lib/rollup-plugin-unwind-css-module-class-name.test.ts
@@ -180,7 +180,7 @@ import './photoswipe-!~{003}~.js';
const _hoisted_1 = createBaseVNode("i", {
class: "ti ti-photo"
}, null, -1);
-const _sfc_main = defineComponent({
+const index_photos = defineComponent({
__name: "index.photos",
props: {
user: {}
@@ -261,7 +261,6 @@ const style0 = {
const cssModules = {
"$style": style0
};
-const index_photos = _sfc_main;
export {index_photos as default};
`.slice(1));
});