Skip to content

Commit b826489

Browse files
[6.x] Add missing tooltips import (#13783)
1 parent 32d2d16 commit b826489

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

resources/js/pages/layout/Layout.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import { ConfigProvider } from 'reka-ui';
55
import SessionExpiry from '@/components/SessionExpiry.vue';
66
import LicensingAlert from '@/components/LicensingAlert.vue';
77
import PortalTargets from '@/components/portals/PortalTargets.vue';
8+
import Tooltips from '@/components/Tooltips.vue';
89
import { provide, watch, ref, onMounted, onUnmounted, nextTick } from 'vue';
910
import { router } from '@inertiajs/vue3';
1011
import useBodyClasses from './body-classes.js';

0 commit comments

Comments
 (0)