Skip to content

Commit 2a11fc3

Browse files
committed
UPD: Nav
1 parent 755d81c commit 2a11fc3

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html>
2-
<html lang="en">
2+
<html lang="en" data-bs-theme="dark">
33
<head>
44
<meta charset="UTF-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />

src/components/Nav.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@
5858
</template>
5959

6060
<script lang="ts" setup>
61-
import { Collapse } from "bootstrap";
6261
import { computed } from "vue";
6362
import { useRouter } from "vue-router";
6463
import { routes } from "@/router";

0 commit comments

Comments
 (0)