diff --git a/examples/community/index.tsx b/examples/community/index.tsx
index 0a5f43b9..3eb4ac3d 100644
--- a/examples/community/index.tsx
+++ b/examples/community/index.tsx
@@ -1,10 +1,10 @@
import React, { StrictMode } from 'react'
import { render } from 'react-dom'
-import { Community, lightTheme } from '@status-im/react'
+import { Community } from '@status-im/react'
const App = () => {
- return
+ return
}
render(