Export all known behaviours from a single module

This commit is contained in:
R Midhun Suresh 2026-03-29 19:41:31 +05:30
parent bacda61eea
commit 8348fe8eba
No known key found for this signature in database

View File

@ -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];