file.js 92 Bytes
export default class file {
  constructor() {
    this.data = {
      path: "",
    };
  }
}