mirror of
https://github.com/sissbruecker/linkding.git
synced 2025-08-07 02:48:27 +02:00
17 lines
492 B
JavaScript
17 lines
492 B
JavaScript
import TagAutoComplete from "./components/TagAutocomplete.svelte";
|
|
import SearchAutoComplete from "./components/SearchAutoComplete.svelte";
|
|
import { ApiClient } from "./api";
|
|
import "./behaviors/bookmark-page";
|
|
import "./behaviors/bulk-edit";
|
|
import "./behaviors/confirm-button";
|
|
import "./behaviors/dropdown";
|
|
import "./behaviors/modal";
|
|
import "./behaviors/global-shortcuts";
|
|
import "./behaviors/tag-autocomplete";
|
|
|
|
export default {
|
|
ApiClient,
|
|
TagAutoComplete,
|
|
SearchAutoComplete,
|
|
};
|