Skip to content

Commit

Permalink
Automated linting update and features.json sync
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 24, 2023
1 parent 258b587 commit 870ca02
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
import LoadedStylesSlice from "../models/slices/LoadedStylesSlice";
import { SliceCreator } from "../models/utils";

const createLoadedStylesSlice: SliceCreator<LoadedStylesSlice> = (
set
) => ({
const createLoadedStylesSlice: SliceCreator<LoadedStylesSlice> = (set) => ({
loadedStyles: new Set<string>(),
addLoadedStyle: (style: string) => {
set((store) => {
Expand Down

0 comments on commit 870ca02

Please sign in to comment.