pl-fe: migrations from tailwind
Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
@ -1,11 +1,11 @@
|
||||
import React from 'react';
|
||||
|
||||
import { ChatProvider } from 'pl-fe/contexts/chat-context';
|
||||
import ChatPage from 'pl-fe/features/chats/components/chats-page/chats-page';
|
||||
import ChatsPage from 'pl-fe/features/chats/components/chats-page/chats-page';
|
||||
|
||||
const ChatIndex: React.FC = () => (
|
||||
<ChatProvider>
|
||||
<ChatPage />
|
||||
<ChatsPage />
|
||||
</ChatProvider>
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user