Remove NewsSummary

This commit is contained in:
2024-10-06 01:30:14 -04:00
parent c36e698c83
commit 0241bcb66d
2 changed files with 2 additions and 125 deletions

View File

@@ -1,11 +1,8 @@
<template>
<div class="flex flex-row">
<div class="max-w-80">
<creator-news-summary></creator-news-summary>
</div>
<div class="px-4" :style="{ color: brandingStore.value.colors.onBackground}">
<div class="px-4"
:style="{ backgroundColor: brandingStore.value.colors.primary, color: brandingStore.value.colors.onPrimary}">
<h1>TEST</h1>
<p>GET ME AN EDITOR NOW!</p>
</div>
@@ -16,7 +13,6 @@
<script setup>
import CreatorNewsSummary from "@/views/creators/CreatorNewsSummary.vue"
import {useBrandingStore} from "@/stores/brandingStore.js";
const brandingStore = useBrandingStore()