Skip to content

Commit

Permalink
chore: mv PageWithTitle to library
Browse files Browse the repository at this point in the history
  • Loading branch information
rossbulat committed Nov 23, 2024
1 parent 9c25819 commit 8df325a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/app/src/Router.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import { useOtherAccounts } from 'contexts/Connect/OtherAccounts';
import { useImportedAccounts } from 'contexts/Connect/ImportedAccounts';
import { Notifications } from 'library/Notifications';
import { NotificationsController } from 'controllers/Notifications';
import { PageWithTitle } from 'PageWithTitle';
import { PageWithTitle } from 'library/PageWithTitle';
import { Body, Main } from 'ui-structure';
import { Offline } from 'library/Offline';

Expand Down
File renamed without changes.

0 comments on commit 8df325a

Please sign in to comment.