Skip to content

Commit

Permalink
Split Sidebar into different files
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianFun123 committed Sep 9, 2023
1 parent 6f4b558 commit 0efe40c
Show file tree
Hide file tree
Showing 6 changed files with 1,144 additions and 1,114 deletions.
2 changes: 1 addition & 1 deletion frontend/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
</div>
</template>
<script>
import Sidebar from "./components/Sidebar.vue";
import Sidebar from "./components/sidebar/Sidebar.vue";
export default {
components: {
Expand Down
Loading

0 comments on commit 0efe40c

Please sign in to comment.