2021-08-06 08:31:17 +00:00
|
|
|
//
|
|
|
|
// Copyright © 2020, 2021 Anticrm Platform Contributors.
|
|
|
|
// Copyright © 2021 Hardcore Engineering Inc.
|
|
|
|
//
|
|
|
|
// Licensed under the Eclipse Public License, Version 2.0 (the "License");
|
|
|
|
// you may not use this file except in compliance with the License. You may
|
|
|
|
// obtain a copy of the License at https://www.eclipse.org/legal/epl-2.0
|
|
|
|
//
|
|
|
|
// Unless required by applicable law or agreed to in writing, software
|
|
|
|
// distributed under the License is distributed on an "AS IS" BASIS,
|
|
|
|
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
|
//
|
|
|
|
// See the License for the specific language governing permissions and
|
|
|
|
// limitations under the License.
|
|
|
|
//
|
|
|
|
|
|
|
|
export * from './utils'
|
|
|
|
|
|
|
|
export { default as UserBox } from './components/UserBox.svelte'
|
|
|
|
export { default as UserInfo } from './components/UserInfo.svelte'
|
|
|
|
export { default as Avatar } from './components/Avatar.svelte'
|
|
|
|
export { default as MessageViewer } from './components/MessageViewer.svelte'
|
2021-12-06 10:07:08 +00:00
|
|
|
export { default as AttributesBar } from './components/AttributesBar.svelte'
|
2021-10-04 19:18:23 +00:00
|
|
|
export { default as AttributeBarEditor } from './components/AttributeBarEditor.svelte'
|
2021-12-06 10:07:08 +00:00
|
|
|
export { default as AttributeEditor } from './components/AttributeEditor.svelte'
|
2021-09-08 16:16:07 +00:00
|
|
|
export { default as Card } from './components/Card.svelte'
|
2021-09-10 14:26:16 +00:00
|
|
|
export { default as Channels } from './components/Channels.svelte'
|
2021-09-15 17:51:22 +00:00
|
|
|
export { default as PDFViewer } from './components/PDFViewer.svelte'
|
2021-10-13 08:39:46 +00:00
|
|
|
export { default as MessageBox } from './components/MessageBox.svelte'
|
2021-11-02 08:45:08 +00:00
|
|
|
export { default as SpaceCreateCard } from './components/SpaceCreateCard.svelte'
|