Skip to content

Commit

Permalink
feat: rename
Browse files Browse the repository at this point in the history
  • Loading branch information
Kav91 committed Apr 16, 2024
1 parent d275e43 commit cae12d8
Show file tree
Hide file tree
Showing 10 changed files with 6 additions and 6 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"schemaType": "NERDLET",
"id": "user-flows",
"displayName": "User Flows",
"description": ""
"description": "Real user flow experience"
}
File renamed without changes.
4 changes: 2 additions & 2 deletions nerdlets/shared/components/AppView.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React from 'react';
import { BlockText, GridItem, Stack } from 'nr1';
import FetchBrowserApplicationDetails from '../../real-user-journey-experience/FetchBrowserApplicationDetails';
import FetchBrowserInteractionAsFlowAnalysisGraph from '../../real-user-journey-experience/FetchBrowserInteractionAsFlowAnalysisGraph';
import FetchBrowserApplicationDetails from '../../nr-user-flows/FetchBrowserApplicationDetails';
import FetchBrowserInteractionAsFlowAnalysisGraph from '../../nr-user-flows/FetchBrowserInteractionAsFlowAnalysisGraph';

const AppView = ({ entity }) => {
const { topQuery } = entity;
Expand Down
2 changes: 1 addition & 1 deletion nr1.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"schemaType": "NERDPACK",
"id": "422d9c39-9405-4440-a168-4e81b023b047",
"displayName": "Real User Journey Experience",
"description": "Nerdpack real-user-journey-experience"
"description": "Nerdpack nr-user-flows"
}
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit cae12d8

Please sign in to comment.