Live video on the AT Protocol
79
fork

Configure Feed

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

at eli/fix-gitlab 6 lines 242 B view raw
1import { asyncThunkCreator, buildCreateSlice } from "@reduxjs/toolkit"; 2 3// `buildCreateSlice` allows us to create a slice with async thunks. 4export const createAppSlice = buildCreateSlice({ 5 creators: { asyncThunk: asyncThunkCreator }, 6});