mirror of
https://github.com/Sevichecc/raycast-akkoma-extension.git
synced 2025-04-30 14:49:29 +08:00
9 lines
87 B
TypeScript
9 lines
87 B
TypeScript
const Actions = () => {
|
|
return (
|
|
<>
|
|
|
|
</>
|
|
)
|
|
}
|
|
|
|
export default Actions
|