mirror of
https://github.com/aljazceru/rabbit.git
synced 2025-12-18 22:44:26 +01:00
update
This commit is contained in:
@@ -13,6 +13,7 @@ import useSubscription from '@/clients/useSubscription';
|
||||
import useFollowings from '@/clients/useFollowings';
|
||||
import usePubkey from '@/clients/usePubkey';
|
||||
import useShortcutKeys from '@/hooks/useShortcutKeys';
|
||||
import ensureNonNull from '@/hooks/ensureNonNull';
|
||||
|
||||
useShortcutKeys({
|
||||
onShortcut: (s) => console.log(s),
|
||||
@@ -106,6 +107,7 @@ const Home: Component = () => {
|
||||
});
|
||||
};
|
||||
|
||||
const japaneseRegex = /[あ-ん]/;
|
||||
return (
|
||||
<div class="flex h-screen w-screen flex-row overflow-hidden">
|
||||
<SideBar postForm={() => <NotePostForm onPost={handlePost} />} />
|
||||
|
||||
Reference in New Issue
Block a user