mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2024-12-27 03:18:22 +03:00
6 lines
143 B
JavaScript
6 lines
143 B
JavaScript
|
import React from 'react';
|
||
|
|
||
|
export default function CreateShortUrl() {
|
||
|
return <div className="short-urls-container">Create short URL</div>
|
||
|
}
|