Skip to content

Commit

Permalink
Lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnyblasta committed Jun 17, 2024
1 parent 8be9949 commit a218310
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/popupmenu.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Component } from '.';
import Component from './component';

export default function popup(options = {}) {
const {
Expand Down

0 comments on commit a218310

Please sign in to comment.