import React from 'react';
import Component from 'somewhere';
export default Component;
export const variant1 = () => <Component variant="1" />;
This file contains hidden or 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
Turn off stupid* press and hold settings [Needs re-login] *clever | |
defaults write -g ApplePressAndHoldEnabled -bool false | |
Turn off broken* spaces settings (*helpful) | |
defaults write com.apple.Dock workspaces-auto-swoosh -bool NO | |
killall Dock |