mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-07 17:04:58 +01:00
11 lines
No EOL
89 B
JavaScript
11 lines
No EOL
89 B
JavaScript
import React from 'react';
|
|
|
|
|
|
|
|
export function Toaster({}) {
|
|
|
|
return <div>
|
|
|
|
</div>;
|
|
|
|
} |