4 lines
165 B
JavaScript
4 lines
165 B
JavaScript
export { teamsLightTheme } from "./lightTheme.js";
|
|
export { teamsDarkTheme } from "./darkTheme.js";
|
|
export { teamsHighContrastTheme } from "./highContrastTheme.js";
|