mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-07 09:25:27 +00:00
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