"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
require("./floating-bubble.css");
var _floatingBubble2 = require("./floating-bubble");
var _default = _floatingBubble2.FloatingBubble;
exports.default = _default;