generated from Seekra/repository-template
Style: make code style consistent #186
@@ -15,8 +15,8 @@ limitations under the License.
|
||||
-->
|
||||
|
||||
<script setup>
|
||||
import SearchBar from '../features/search/components/SearchBar.vue';
|
||||
import logo from '@/assets/images/logo.svg';
|
||||
import SearchBar from '@/features/search/components/SearchBar.vue';
|
||||
import { ref } from 'vue';
|
||||
import { useI18n } from 'vue-i18n';
|
||||
|
||||
+1
-1
@@ -16,9 +16,9 @@ limitations under the License.
|
||||
|
||||
import LegalNoticeView from '@/features/legal/views/LegalNoticeView.vue';
|
||||
import SearchResultsView from '@/features/search/views/SearchResultsView.vue';
|
||||
import SearchView from '@/features/search/views/SearchView.vue';
|
||||
import SettingsView from '@/features/settings/views/SettingsView.vue';
|
||||
import NotFound from '@/views/NotFound.vue';
|
||||
import SearchView from '@/views/SearchView.vue';
|
||||
|
||||
import { i18n } from '@/i18n';
|
||||
import { createRouter, createWebHistory } from 'vue-router';
|
||||
|
||||
Reference in New Issue
Block a user