web: remove unused actionToolbar
This commit is contained in:
parent
def6cb6195
commit
ab72acc92c
3 changed files with 0 additions and 57 deletions
|
@ -7,7 +7,6 @@
|
|||
<div v-else>
|
||||
<HeaderBar />
|
||||
<div class="ma-8">
|
||||
<actionToolbar />
|
||||
<li>
|
||||
<CategoryContainer licenseGroupName="Jetbrains Ultimate"/>
|
||||
<CategoryContainer licenseGroupName="Microsoft"/>
|
||||
|
@ -22,7 +21,6 @@
|
|||
<script setup lang="ts">
|
||||
import HeaderBar from './components/HeaderBar.vue';
|
||||
import CategoryContainer from './components/CategoryContainer.vue';
|
||||
import actionToolbar from './components/actionToolbar.vue';
|
||||
import { store } from './store';
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue