mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 04:48:53 +00:00
fix(core): remove duplicate loading component (#5168)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import type { Meta, StoryFn } from '@storybook/react';
|
||||
|
||||
import { Loading, type LoadingProps } from '.';
|
||||
import { Loading, type LoadingProps } from './loading';
|
||||
|
||||
export default {
|
||||
title: 'UI/Loading',
|
||||
|
||||
Reference in New Issue
Block a user