Skip to content

Commit

Permalink
Require racer
Browse files Browse the repository at this point in the history
  • Loading branch information
craigbeck committed Oct 25, 2023
1 parent 1b4d936 commit 8dfdc9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Derby.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
* Meant to be the entry point for the framework.
*
*/
import racer = require('racer');


import { App, type AppBase } from './App';
import { Component } from './components';
import { Page } from './Page';

// eslint-disable-next-line @typescript-eslint/no-var-requires
const racer = require('racer');
// eslint-disable-next-line @typescript-eslint/no-var-requires
const Racer = require('racer/lib/Racer');

Expand Down

0 comments on commit 8dfdc9b

Please sign in to comment.