mirror of
https://github.com/google/blockly.git
synced 2026-01-10 10:27:08 +01:00
* feat: add implementations for adding, removing, and getting icons * chore: fix tests * chore: switch order of adding icons * chore: create duplicate icon error * chore: un-only test
10 lines
164 B
TypeScript
10 lines
164 B
TypeScript
/**
|
|
* @license
|
|
* Copyright 2023 Google LLC
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
import * as exceptions from './icons/exceptions.js';
|
|
|
|
export {exceptions};
|