fixed frontend formatting

This commit is contained in:
Elmar Kresse
2023-10-17 21:08:05 +02:00
parent 941e95f194
commit 4148b0c185

View File

@@ -7,8 +7,8 @@ import {
import { Module } from "../../model/module";
import moduleStore from "../../store/moduleStore";
import { fetchAllModules } from "../../api/fetchCourse";
import { createIndividualFeed, saveIndividualFeed } from "../../api/createFeed.ts";
import tokenStore from "../../store/tokenStore.ts";
import { saveIndividualFeed } from "../../api/createFeed";
import tokenStore from "../../store/tokenStore";
import router from "../../router";
const tableData = computed(() =>
@@ -107,9 +107,4 @@ async function finalStep() {
</template>
<style scoped>
@media screen and (min-width: 962px) {
.empty-message {
width: 50rem;
}
}
</style>