The weeb for the next gen discord boat - Wamellow wamellow.com
bot discord
4
fork

Configure Feed

Select the types of activity you want to include in your feed.

at master 9 lines 150 B view raw
1import { create } from "zustand"; 2 3export interface Web { 4 width: number; 5} 6 7export const useWindow = create<Web>(() => ({ 8 width: Infinity 9}));