Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GH-2205: Onboarding - Welcome & Get Started #637

Merged
merged 6 commits into from Dec 3, 2020
Merged
Changes from 1 commit
Commits
File filter
Filter file types
Jump to
Jump to file
Failed to load files.

Always

Just for now

Add comment

  • Loading branch information
benstrumeyer committed Dec 3, 2020
commit c89d715cdd6df7218614e2051f60f59e6fc7da9b
@@ -1,3 +1,16 @@
/**
* Point of entry index.js file for Ghostery Browser Hub Welcome View
*
* Ghostery Browser Extension
* https://www.ghostery.com/
*
* Copyright 2020 Ghostery, Inc. All rights reserved.
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0
*/

import WelcomeView from './WelcomeView';

export default WelcomeView;
ProTip! Use n and p to navigate between commits in a pull request.