mirror of https://github.com/msgbyte/tailchat
chore: rename paw -> tail
parent
92a1105eed
commit
fd533d5b99
@ -1,2 +1,2 @@
|
|||||||
# pawchat
|
# tailchat
|
||||||
This is a basic chat client and easy to expand.
|
This is a basic chat client and easy to expand.
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
import React from 'react';
|
import React from 'react';
|
||||||
import { CacheProvider } from '../cache/Provider';
|
import { CacheProvider } from '../cache/Provider';
|
||||||
|
|
||||||
export const PawProvider: React.FC = React.memo((props) => {
|
export const TcProvider: React.FC = React.memo((props) => {
|
||||||
return <CacheProvider>{props.children}</CacheProvider>;
|
return <CacheProvider>{props.children}</CacheProvider>;
|
||||||
});
|
});
|
||||||
PawProvider.displayName = 'PawProvider';
|
TcProvider.displayName = 'TcProvider';
|
||||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue