Skip to content

Commit

Permalink
Merge pull request #40 from yobta/feature-sliced
Browse files Browse the repository at this point in the history
updated folder structure
  • Loading branch information
droganov authored Apr 30, 2024
2 parents 16a69da + 5b1d3d6 commit 57f5cec
Show file tree
Hide file tree
Showing 9 changed files with 3 additions and 3 deletions.
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions src/components/Errors/ErrorBoundary/ErrorBoundary.tsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import type { ErrorInfo, ReactNode } from 'react';
import type { ErrorInfo, ReactNode } from 'react'
import { Component } from 'react'

import { parseUnknownError } from '../../../util/parseUnknownError'
import { reportError } from '../../../util/reportError'
import { parseUnknownError } from '../../../shared/parseUnknownError'
import { reportError } from '../../../shared/reportError'
import { UnexpectedError } from '../UnexpectedError'

type Props = {
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Empty file added src/workflows/test.md
Empty file.

0 comments on commit 57f5cec

Please sign in to comment.