rename toot-components to toots
This commit is contained in:
		
							parent
							
								
									737d63f88a
								
							
						
					
					
						commit
						6313827b1e
					
				
					 7 changed files with 4 additions and 4 deletions
				
			
		| 
						 | 
				
			
			@ -33,9 +33,9 @@ import MediaAttachmentGrid from "./MediaAttachmentGrid.js";
 | 
			
		|||
import { useDateFnLocale } from "../platform/i18n";
 | 
			
		||||
import { canShare, share } from "../platform/share";
 | 
			
		||||
import { makeAcctText, useDefaultSession } from "../masto/clients";
 | 
			
		||||
import TootContent from "./toot-components/TootContent";
 | 
			
		||||
import BoostIcon from "./toot-components/BoostIcon";
 | 
			
		||||
import PreviewCard from "./toot-components/PreviewCard";
 | 
			
		||||
import TootContent from "./toots/TootContent";
 | 
			
		||||
import BoostIcon from "./toots/BoostIcon";
 | 
			
		||||
import PreviewCard from "./toots/PreviewCard";
 | 
			
		||||
 | 
			
		||||
type TootActionGroupProps<T extends mastodon.v1.Status> = {
 | 
			
		||||
  onRetoot?: (value: T) => void;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -8,7 +8,7 @@ import {
 | 
			
		|||
  Show,
 | 
			
		||||
} from "solid-js";
 | 
			
		||||
import { resolveCustomEmoji } from "../../masto/toot.js";
 | 
			
		||||
import { makeAcctText, useDefaultSession } from "../../masto/clients";
 | 
			
		||||
import { makeAcctText, useDefaultSession } from "../../masto/clients.js";
 | 
			
		||||
import "./TootContent.css";
 | 
			
		||||
import { Button } from "@suid/material";
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue