Skip to content

Commit

Permalink
Remove WindowMask
Browse files Browse the repository at this point in the history
  • Loading branch information
richie0866 committed Jun 15, 2022
1 parent 0a5ce67 commit 54fc832
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 17 deletions.
15 changes: 0 additions & 15 deletions src/components/Window/WindowMask.tsx

This file was deleted.

2 changes: 0 additions & 2 deletions src/components/Window/index.ts
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
import Window from "./Window";
import WindowBackground from "./WindowBackground";
import WindowDropShadow from "./WindowDropShadow";
import WindowMask from "./WindowMask";
import WindowResize from "./WindowResize";
import WindowTitleBar from "./WindowTitleBar";

export default {
Root: Window,
TitleBar: WindowTitleBar,
Mask: WindowMask,
Background: WindowBackground,
DropShadow: WindowDropShadow,
Resize: WindowResize,
Expand Down

0 comments on commit 54fc832

Please sign in to comment.