Scene: Fix merge issue in main (#51865)

This commit is contained in:
Torkel Ödegaard 2022-07-07 09:02:15 +02:00 committed by GitHub
parent 935334cbda
commit 9f2df8f8ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@ import React, { FC } from 'react';
import { Stack } from '@grafana/experimental';
import { Card } from '@grafana/ui';
import Page from 'app/core/components/Page/Page';
import { Page } from 'app/core/components/Page/Page';
// Types
import { getScenes } from './scenes';