11 lines
179 B
JavaScript
11 lines
179 B
JavaScript
|
|
|
||
|
|
import newsTitle from '../news.title.js';
|
||
|
|
|
||
|
|
import input from '/elements/input.js';
|
||
|
|
|
||
|
|
|
||
|
|
export default class newsEditTitle extends input, newsTitle{
|
||
|
|
|
||
|
|
placeholder = "Title";
|
||
|
|
|
||
|
|
}
|