mirror of
https://github.com/google/blockly.git
synced 2026-01-08 01:20:12 +01:00
fix: bubble exports (#7189)
* fix: bubble exports * chore: delete the old bubble
This commit is contained in:
12
core/bubbles.ts
Normal file
12
core/bubbles.ts
Normal file
@@ -0,0 +1,12 @@
|
||||
/**
|
||||
* @license
|
||||
* Copyright 2023 Google LLC
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
import {Bubble} from './bubbles/bubble.js';
|
||||
import {TextBubble} from './bubbles/text_bubble.js';
|
||||
import {TextInputBubble} from './bubbles/textinput_bubble.js';
|
||||
import {MiniWorkspaceBubble} from './bubbles/mini_workspace_bubble.js';
|
||||
|
||||
export {Bubble, TextBubble, TextInputBubble, MiniWorkspaceBubble};
|
||||
Reference in New Issue
Block a user