This repository has been archived on 2024-10-24. You can view files and clone it, but cannot push or open issues or pull requests.
fradrive-old/frontend/src/utils/tooltips/tooltips.js

11 lines
220 B
JavaScript

import { Utility } from '../../core/utility';
import './tooltips.scss';
// empty shell to be able to load styles
@Utility({
selector: '[not-something-that-would-be-found]',
})
export class Tooltip {
destroy() {}
};