mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2025-05-01 01:12:13 +03:00
Created short URLs component
This commit is contained in:
parent
3b104b0ead
commit
b2fa86a917
6 changed files with 16 additions and 5 deletions
src/short-urls
5
src/short-urls/CreateShortUrl.js
Normal file
5
src/short-urls/CreateShortUrl.js
Normal file
|
@ -0,0 +1,5 @@
|
|||
import React from 'react';
|
||||
|
||||
export default function CreateShortUrl() {
|
||||
return <div className="short-urls-container">Create short URL</div>
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue