Skip to content

Commit

Permalink
refactor: rename entrycontent component
Browse files Browse the repository at this point in the history
  • Loading branch information
bbtgnn committed Feb 29, 2024
1 parent 92d91ae commit d436af0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions src/_modules/components/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import Document from './Document.svelte';
import EntryContent from './EntryContent.svelte';
import DocumentContent from './DocumentContent.svelte';
import Collection from './Collection.svelte';
import Relation from './Relation.svelte';
import LogBanner from './LogBanner.svelte';

export { Document, EntryContent, Collection, Relation, LogBanner };
export { Document, DocumentContent, Collection, Relation, LogBanner };

0 comments on commit d436af0

Please sign in to comment.