mirror of
https://github.com/status-im/status-web.git
synced 2025-03-03 21:51:00 +00:00
* refactor(react): delete unused contexts * refactor(react): delete unused hooks * refactor(react): delete unused components * refactor(react): delete unused types * refactor(react): delete unused utils * feat(react): simplify Community component structure
6 lines
254 B
TypeScript
6 lines
254 B
TypeScript
export type { CommunityProps } from './routes'
|
|
export { Community } from './routes'
|
|
export { darkTheme, theme as lightTheme } from './styles/config'
|
|
export type { Config } from './types/config'
|
|
export { HashRouter, MemoryRouter } from 'react-router-dom'
|