forked from abner/for-legacy-web
Fix message links from search.
This commit is contained in:
11
src/pages/settings/panes/Native.tsx
Normal file
11
src/pages/settings/panes/Native.tsx
Normal file
@@ -0,0 +1,11 @@
|
||||
import { SyncOptions } from "../../../redux/reducers/sync";
|
||||
|
||||
import Checkbox from "../../../components/ui/Checkbox";
|
||||
|
||||
interface Props {
|
||||
options?: SyncOptions;
|
||||
}
|
||||
|
||||
export function Native(props: Props) {
|
||||
return <div></div>;
|
||||
}
|
||||
Reference in New Issue
Block a user