Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Kacper-RF committed Sep 19, 2023
1 parent dc221dc commit e337096
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[quiet@2.0.0-alpha.10]
[2.0.0-alpha.11]

* Suspends certain websocket events until backend becomes fully operative (faster and dumber frontend).

Expand Down
1 change: 0 additions & 1 deletion packages/desktop/src/renderer/sagas/store.utils.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { createSelector } from '@reduxjs/toolkit'

import { StoreKeys } from '../store/store.keys'
import { AnyObject } from '../../utils/types/AnyObject.interface'

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import React, { FC, useEffect, useState } from 'react'
import { View } from 'react-native'
import { defaultPalette } from '../../styles/palettes/default.palette'

import { Appbar } from '../Appbar/Appbar.component'
import { Button } from '../Button/Button.component'
import { Typography } from '../Typography/Typography.component'
Expand Down

0 comments on commit e337096

Please sign in to comment.