/
vshmidt
/
cloudbeaver
Обзор
Документация
Войти
/
vshmidt
/
cloudbeaver
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
devel
webapp/packages/plugin-theme/src/PluginBootstrap.ts
15 строк
383 B
Alexander Skoblikov
Cb 4629 end user preferences (#2546)
16 апр 2024, 20:25
Не верифицирован
16 апр 2024, 20:25
3e71a7a
Код
Авторство
О чём код?
/* * CloudBeaver - Cloud Database Manager * Copyright (C) 2020-2024 DBeaver Corp and others * * Licensed under the Apache License, Version 2.0. * you may not use this file except in compliance with the License. */ import { Bootstrap, injectable } from '@cloudbeaver/core-di'; @injectable() export class PluginBootstrap extends Bootstrap { constructor() { super(); } }