fix: cleanup temp code
This commit is contained in:
parent
6ea53dc652
commit
d35ca7f3ba
4 changed files with 6 additions and 46 deletions
|
|
@ -1,7 +1,6 @@
|
|||
<script setup lang="ts">
|
||||
import "./assets/style.scss";
|
||||
import { ref, type Ref } from "vue";
|
||||
import { SAMPLE } from "@repo/common/sample";
|
||||
import LocalePicker from "./components/organisms/LocalePicker.vue";
|
||||
import { vOnClickOutside } from "@vueuse/components";
|
||||
|
||||
|
|
@ -54,12 +53,6 @@ const closeBurger = (): void => {
|
|||
@click="closeBurger()"
|
||||
>Resources</RouterLink
|
||||
>
|
||||
<RouterLink
|
||||
class="navbar-item"
|
||||
to="/resources"
|
||||
@click="closeBurger()"
|
||||
>{{ SAMPLE }}</RouterLink
|
||||
>
|
||||
<LocalePicker />
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue