Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
simonhamp committed Apr 28, 2024
1 parent e102da6 commit 667a9eb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/MenuBar/MenuBar.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

namespace Native\Laravel\MenuBar;

use Native\Laravel\Contracts\Client;
use Native\Laravel\Concerns\HasDimensions;
use Native\Laravel\Concerns\HasPositioner;
use Native\Laravel\Concerns\HasUrl;
use Native\Laravel\Concerns\HasVibrancy;
use Native\Laravel\Contracts\Client;
use Native\Laravel\Menu\Menu;

class MenuBar
Expand Down
2 changes: 1 addition & 1 deletion src/Windows/Window.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

namespace Native\Laravel\Windows;

use Native\Laravel\Contracts\Client;
use Native\Laravel\Concerns\HasDimensions;
use Native\Laravel\Concerns\HasUrl;
use Native\Laravel\Concerns\HasVibrancy;
use Native\Laravel\Contracts\Client;

class Window
{
Expand Down
2 changes: 1 addition & 1 deletion src/Windows/WindowManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

namespace Native\Laravel\Windows;

use Native\Laravel\Contracts\Client;
use Native\Laravel\Concerns\DetectsWindowId;
use Native\Laravel\Contracts\Client;

class WindowManager
{
Expand Down

0 comments on commit 667a9eb

Please sign in to comment.