-
-
Notifications
You must be signed in to change notification settings - Fork 184
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Restyled by clang-format * Restyled by prettier * Restyled by shfmt * Restyled by whitespace --------- Co-authored-by: Restyled.io <commits@restyled.io>
- Loading branch information
1 parent
79d1b2b
commit 2834096
Showing
11 changed files
with
27 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#!/usr/bin/env sh | ||
. "$(dirname -- "$0")/_/husky.sh" | ||
|
||
npx --no -- commitlint --edit "$1" | ||
npx --no -- commitlint --edit "$1" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
import backBtnSound from "./backBtn.mp3"; | ||
import errorSound from "./error.mp3"; | ||
import successSound from "./success.mp3"; | ||
import lightOnSound from "./lightOn.mp3"; | ||
import lightOffSound from "./lightOff.mp3"; | ||
import lightOnSound from "./lightOn.mp3"; | ||
import successSound from "./success.mp3"; | ||
|
||
export { backBtnSound, errorSound, successSound, lightOnSound, lightOffSound }; | ||
export { backBtnSound, errorSound, lightOffSound, lightOnSound, successSound }; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,25 @@ | ||
import About from "./FooterPages/About"; | ||
import ChatPage from "./Chat"; | ||
import About from "./FooterPages/About"; | ||
import Contributor from "./FooterPages/ContributorPage"; | ||
import Feedback from "./FooterPages/Feedback"; | ||
import Guidelines from "./FooterPages/Guidelines"; | ||
import HelpCenter from "./FooterPages/HelpCenter"; | ||
import Friends from "./Friends"; | ||
import LoginScreen from "./Login"; | ||
import PostView from "./PostView"; | ||
import Profile from "./Profile"; | ||
import SignupScreen from "./Signup"; | ||
import Friends from "./Friends"; | ||
|
||
export { | ||
About, | ||
ChatPage, | ||
Contributor, | ||
Feedback, | ||
Friends, | ||
Guidelines, | ||
HelpCenter, | ||
LoginScreen, | ||
PostView, | ||
Profile, | ||
SignupScreen, | ||
Friends, | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters