mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-09 22:26:23 +02:00
Export all known behaviours from a single module
This commit is contained in:
parent
bacda61eea
commit
8348fe8eba
@ -0,0 +1,13 @@
|
||||
/*
|
||||
* Copyright 2026 Element Creations Ltd.
|
||||
*
|
||||
* SPDX-License-Identifier: AGPL-3.0-only OR GPL-3.0-only OR LicenseRef-Element-Commercial
|
||||
* Please see LICENSE files in the repository root for full details.
|
||||
*/
|
||||
|
||||
import { CollapseOnWindowResizeBehaviour } from "./CollapseOnWindowResizeBehaviour";
|
||||
|
||||
/**
|
||||
* The auto-collapse behaviours used by the app.
|
||||
*/
|
||||
export const Behaviours = [CollapseOnWindowResizeBehaviour];
|
||||
Loading…
x
Reference in New Issue
Block a user