docs: update documentation of STA
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import { onMounted, ref } from 'vue';
|
||||
import type { components } from '../api/schema';
|
||||
|
||||
import { apiClient } from '../api/client';
|
||||
import type { components } from '../api/schema';
|
||||
|
||||
type Meta = components['schemas']['Meta'];
|
||||
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
import { ref } from 'vue';
|
||||
|
||||
import { apiClient } from '../api/client';
|
||||
import { relayDtoToDomain } from '../types/mappers/relayDtoMapper';
|
||||
import type { Relay, RelayDto } from '../types/relay';
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import { createApp } from 'vue';
|
||||
import PrimeVue from 'primevue/config';
|
||||
import Lara from '@primeuix/themes/lara';
|
||||
import PrimeVue from 'primevue/config';
|
||||
import { createApp } from 'vue';
|
||||
|
||||
import 'primeicons/primeicons.css';
|
||||
import './style.css';
|
||||
|
||||
Reference in New Issue
Block a user