mirror of
https://github.com/owncast/owncast.git
synced 2025-01-04 15:47:41 +03:00
26f9a41508
Added moderator icon changed styling for a name change message Now usernames collapse as long as the user is the same Imported two weights of Poppins and the OpenSans variable instead of def 400 This is some progress on #1859 and #1625
5 lines
260 B
TypeScript
5 lines
260 B
TypeScript
export { default as Header } from './Header/index';
|
|
export { default as Sidebar } from './Sidebar/index';
|
|
export { default as Footer } from './Footer/index';
|
|
export { default as Content } from './Content/index';
|
|
export { default as ModIcon } from './ModIcon';
|