We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c2062a commit ce99dbdCopy full SHA for ce99dbd
1 file changed
resources/js/components/StatusLog/StatusLog.vue
@@ -39,12 +39,10 @@
39
<script>
40
import StatusLogEvent from './StatusLogEvent.vue';
41
import { Button, Heading } from '@statamic/ui'
42
-import Revision from '@statamic/components/revision-history/Revision.vue'
43
import { DateFormatter } from 'statamic';
44
45
export default {
46
components: {
47
- Revision,
48
Button,
49
Heading,
50
StatusLogEvent,
0 commit comments