Skip to content

Commit

Permalink
fix css loading
Browse files Browse the repository at this point in the history
  • Loading branch information
H34D committed Apr 27, 2023
1 parent aa031c3 commit 2c096a5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/provider/masa-provider.tsx
@@ -1,5 +1,4 @@
import './styles.scss';
import '@rainbow-me/rainbowkit/styles.css';

import {
MasaContextProvider,
Expand All @@ -9,11 +8,12 @@ import React from 'react';
import { QueryClientProvider } from 'react-query';

import { queryClient } from './masa-query-client';

import './styles.scss';
import { MasaInterface } from '../components';
import ConfiguredRainbowKitProvider from './configured-rainbowkit-provider';

// needs to be imported using require. Otherwise, it will not load!
require('@rainbow-me/rainbowkit/styles.css');

export const MasaProvider = ({
children,
...args
Expand Down

0 comments on commit 2c096a5

Please sign in to comment.