Skip to content

Commit 692372b

Browse files
author
Sébastien Henau
committed
fix: rename buildComponentHierarchy file
1 parent 4dddec4 commit 692372b

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

packages/vue/src/FlareErrorBoundary.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { flare } from '@flareapp/js';
22
import type { ComponentPublicInstance } from 'vue';
33
import { defineComponent, onErrorCaptured, ref } from 'vue';
44

5-
import { buildComponentHierarchy } from './componentHierarchy';
5+
import { buildComponentHierarchy } from './buildComponentHierarchy';
66
import { convertToError } from './convertToError';
77
import { getComponentName } from './getComponentName';
88
import { FlareVueContext } from './types';
File renamed without changes.

packages/vue/src/flareVue.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { flare } from '@flareapp/js';
22
import type { App, ComponentPublicInstance, Plugin } from 'vue';
33

4-
import { buildComponentHierarchy } from './componentHierarchy';
4+
import { buildComponentHierarchy } from './buildComponentHierarchy';
55
import { convertToError } from './convertToError';
66
import { getComponentName } from './getComponentName';
77
import { FlareVueContext } from './types';

0 commit comments

Comments
 (0)