Skip to content

Commit 9df42e9

Browse files
committed
remove wrong import
1 parent 7a06986 commit 9df42e9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/notifications/example/index.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import React from 'react';
22
import ReactDOM from 'react-dom';
33
import { Button, ThemeProvider, Stack } from '@codesandbox/components';
4-
import codesandboxBlack from '@codesandbox/components/lib/themes/codesandbox-black';
54
import { Toasts, NotificationState, NotificationStatus } from '../lib';
65

76
const state = new NotificationState();
@@ -51,7 +50,7 @@ state.addNotification({
5150

5251
function App() {
5352
return (
54-
<ThemeProvider theme={codesandboxBlack}>
53+
<ThemeProvider>
5554
<Stack
5655
gap={4}
5756
className="App"

0 commit comments

Comments
 (0)