mirror of
https://github.com/immich-app/immich.git
synced 2025-01-25 13:12:46 +01:00
7a1f25b515
* refactor: inline warning * fix: do not use onmount * chore: remove outdated comment * wording --------- Co-authored-by: Alex Tran <alex.tran1502@gmail.com>
4 lines
154 B
TypeScript
4 lines
154 B
TypeScript
import { writable } from 'svelte/store';
|
|
import type { ServerInfoResponseDto } from '@api';
|
|
|
|
export const serverInfo = writable<ServerInfoResponseDto>();
|