mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-06-15 09:09:10 +00:00
chore: refactor BreakpointsProvider to use hooks (#199)
This commit is contained in:
parent
a4fd37d71c
commit
884be92db3
2 changed files with 55 additions and 65 deletions
|
@ -1,3 +1,4 @@
|
|||
import { BreakpointsProvider } from '@roleypoly/design-system/atoms/breakpoints';
|
||||
import React from 'react';
|
||||
import ReactDOM from 'react-dom';
|
||||
import { AppRouter } from './app-router/AppRouter';
|
||||
|
@ -24,6 +25,7 @@ ReactDOM.render(
|
|||
SessionContextProvider,
|
||||
RecentGuildsProvider,
|
||||
AppShellPropsProvider,
|
||||
BreakpointsProvider,
|
||||
]}
|
||||
>
|
||||
<AppRouter />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue